Skip to content

Commit

Permalink
Merge pull request #7 from jaksim-us/chore#6
Browse files Browse the repository at this point in the history
Chore [#6] Dockerfile 수정
  • Loading branch information
geniusYoo authored Jun 23, 2024
2 parents 8049c5e + f2533ed commit cdab3d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jaksim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ ARG JAR_FILE=build/libs/*.jar
COPY ${JAR_FILE} app.jar

# 운영 및 개발에서 사용되는 환경 설정을 분리
ENTRYPOINT ["java", "-jar", "-Dspring.profiles.active=dev", "app.jar"]
ENTRYPOINT ["java", "-jar", "-Dspring.profiles.active=prod", "app.jar"]

0 comments on commit cdab3d0

Please sign in to comment.