Skip to content

Commit e27d591

Browse files
authored
infra: 서버 시간대 설정 추가
1 parent 35c0937 commit e27d591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ COPY --from=build /home/gradle/project/build/libs/dmu-dasom-api.jar api.jar
1515

1616
EXPOSE 8080
1717

18-
ENTRYPOINT ["java", "-Dspring.profiles.active=default,credentials", "-jar", "api.jar"]
18+
ENTRYPOINT ["java", "-Dspring.profiles.active=default,credentials", "-Duser.timezone=Asia/Seoul", "-jar", "api.jar"]

0 commit comments

Comments
 (0)