Skip to content

Commit

Permalink
[FEAT] timezone 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
Profile-exe authored Jul 25, 2024
1 parent d645c7f commit c58930a
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 @@ -6,4 +6,4 @@ ARG JAR_PATH=./build/libs

COPY ${JAR_PATH}/*.jar app.jar

CMD ["java","-jar","/app/app.jar"]
CMD ["java", "-jar", "-Duser.timezone=Asia/Seoul", "/app/app.jar"]

0 comments on commit c58930a

Please sign in to comment.