Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
parksey authored Sep 10, 2023
2 parents 04ffce3 + ee8eefe commit bfa8b55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion module-application/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ MAINTAINER 박세연, 신재윤, 홍혁준, 김영명, 김희빈
### 경로에 해당하는 파일을 Docker 이미지 내부로 복사한다.
COPY ${PWD}/build/libs/module-application-0.0.1-SNAPSHOT.jar jtoon.jar
### Docker 컨테이너가 시작될 때 실행할 명령을 지정한다.
ENTRYPOINT ["java", "-jar", "-Dspring.profiles.active=prod","/jtoon.jar"]

ENTRYPOINT ["java", "-jar", "-Dspring.profiles.active=prod", "/jtoon.jar"]

0 comments on commit bfa8b55

Please sign in to comment.