Skip to content

Commit

Permalink
增加application.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
liu-roy committed Nov 23, 2024
1 parent 9feb0fc commit c1f0e2c
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 @@ -17,4 +17,4 @@ ENV engine.mode=RUNTIME
# Expose port
EXPOSE 8080

ENTRYPOINT ["java", "-jar", "/deployments/app.jar","--spring.config.location=/tmp/application.yml"]
CMD ["java", "-jar", "/deployments/app.jar"]

0 comments on commit c1f0e2c

Please sign in to comment.