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 6, 2023
1 parent 1c435cd commit 41f0cf8
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
@@ -1,4 +1,4 @@
FROM amazoncorretto:17
COPY workflow-bot-app/build/libs/*.jar wdk.jar
COPY artifact/*.jar wdk.jar
ENTRYPOINT ["java", "-Dspring.config.additional-location=./${VOLUME:symphony}/", "-jar", "wdk.jar", "--spring.profiles.active=${PROFILE:default}"]

0 comments on commit 41f0cf8

Please sign in to comment.