Skip to content

Commit

Permalink
Merge pull request #47 from mju-likelion/feature/application-timezone…
Browse files Browse the repository at this point in the history
…-#46

Feature/#46 애플리케이션 시간 한국으로 설정
  • Loading branch information
Dh3356 authored Feb 14, 2024
2 parents 0ab3970 + a5eab22 commit 1421490
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
@@ -1,4 +1,4 @@
FROM openjdk:17-jdk
ARG JAR_FILE=build/libs/*.jar
COPY ${JAR_FILE} app.jar
ENTRYPOINT ["java", "-Dspring.profiles.active=docker", "-jar", "app.jar"]
ENTRYPOINT ["java", "-Dspring.profiles.active=docker", "-Duser.timezone=Asia/Seoul", "-jar", "app.jar"]

0 comments on commit 1421490

Please sign in to comment.