Skip to content

Commit

Permalink
修改dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dushixiang committed Nov 6, 2021
1 parent 4b04e2c commit a5414cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ENV DEFAULT_PASSWORD admin
WORKDIR /usr/local/kafka-map

COPY --from=build /app/target/*.jar kafka-map.jar
COPY --from=build /app/target/LICENSE LICENSE
COPY --from=build /app/LICENSE LICENSE

EXPOSE $SERVER_PORT

Expand Down

0 comments on commit a5414cd

Please sign in to comment.