Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
symphony-soufiane authored Mar 2, 2023
1 parent fb32b26 commit 88f43a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
FROM amazoncorretto:17
COPY workflow-bot-app/build/libs/*.jar wdk.jar
ENTRYPOINT ["java", "-Dspring.config.additional-location=./data/", "-jar", "wdk.jar", "--spring.profiles.active=${PROFILE:default}"]
ENTRYPOINT ["java", "-Dspring.config.additional-location=./${VOLUME:symphony}/", "-jar", "wdk.jar", "--spring.profiles.active=${PROFILE:default}"]

0 comments on commit 88f43a3

Please sign in to comment.