Skip to content

Commit

Permalink
Dockerfile mv application.yml to fix start failed problem
Browse files Browse the repository at this point in the history
  • Loading branch information
ZQKC committed Jan 12, 2022
1 parent 074da38 commit 1eecdf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions container/dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ ENV JAVA_OPTS="-verbose:gc \
RUN wget https://github.com/didi/Logi-KafkaManager/releases/download/v${VERSION}/kafka-manager-${VERSION}.tar.gz && \
tar xvf kafka-manager-${VERSION}.tar.gz && \
mv kafka-manager-${VERSION}/kafka-manager.jar /opt/app.jar && \
mv kafka-manager-${VERSION}/application.yml /opt/application.yml && \
rm -rf kafka-manager-${VERSION}*

EXPOSE 8080 9999
Expand Down

0 comments on commit 1eecdf3

Please sign in to comment.