Skip to content

Commit

Permalink
Dockerfile, .dockerignore files added
Browse files Browse the repository at this point in the history
  • Loading branch information
ggingmin committed Aug 6, 2024
1 parent d8f9bdb commit 8703d7b
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 @@ -30,4 +30,4 @@ USER worker:worker

EXPOSE 8080

ENTRYPOINT ["java", "-Djava.security.egd=file:/dev/./urandom", "-jar", "main.jar"]
ENTRYPOINT ["java", "-Dspring.profiles.active=${PROFILE}", "-Djava.security.egd=file:/dev/./urandom", "-jar", "main.jar"]

0 comments on commit 8703d7b

Please sign in to comment.