Skip to content

Commit

Permalink
fix: Dockerfile 삭제된 옵션 다시 추가 #96
Browse files Browse the repository at this point in the history
- 해당 설정을 지우니 CI가 돌아가지 않는 문제가 발생하여 우선 다시 올림 #96
  • Loading branch information
jhon3242 committed Aug 3, 2024
1 parent 73fcfce commit 290fd60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ ARG JAR_FILE=build/libs/*.jar

COPY ${JAR_FILE} app.jar

ENTRYPOINT [ "java", "-jar", "-Dspring.profiles.active=dev", "app.jar" ]
ENTRYPOINT [ "java", "-jar", "-Duser.timezone=Asia/Seoul", "-Dspring.profiles.active=dev", "app.jar" ]

0 comments on commit 290fd60

Please sign in to comment.