We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 989c7a7 + 1461873 commit e2a95e4Copy full SHA for e2a95e4
Dockerfile
@@ -19,12 +19,12 @@ COPY --chown=esuser:esgroup --from=builder /opt/kafka/libs/ /opt/kafka/libs/
19
COPY --chown=esuser:esgroup --from=builder /opt/kafka/config/ /opt/kafka/config/
20
RUN mkdir /opt/kafka/logs && chown esuser:esgroup /opt/kafka/logs
21
22
-COPY --chown=esuser:esgroup target/kafka-connect-*-jar-with-dependencies.jar /opt/connectors
+COPY --chown=esuser:esgroup target/kafka-connect-*-jar-with-dependencies.jar /opt/connectors/
23
24
WORKDIR /opt/kafka
25
26
EXPOSE 8083
27
28
USER esuser
29
30
-ENTRYPOINT ["./bin/connect-distributed.sh", "config/connect-distributed.properties"]
+ENTRYPOINT ["./bin/connect-distributed.sh", "config/connect-distributed.properties"]
0 commit comments