Skip to content

Commit

Permalink
fix: 서버 시간 KST로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
GaBaljaintheroom committed Jan 4, 2025
1 parent 8bf5de1 commit 7c4173f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dockerfile-alarm-dev
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ COPY --from=build ${EXTRACTED}/spring-boot-loader/ ./
COPY --from=build ${EXTRACTED}/snapshot-dependencies/ ./
COPY --from=build ${EXTRACTED}/application/ ./

ENTRYPOINT java -Dspring.profiles.active=dev org.springframework.boot.loader.launch.JarLauncher
ENTRYPOINT java -Duser.timezone=Asia/Seoul -Dspring.profiles.active=dev org.springframework.boot.loader.launch.JarLauncher
2 changes: 1 addition & 1 deletion dockerfile-alarm-prod
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ COPY --from=build ${EXTRACTED}/spring-boot-loader/ ./
COPY --from=build ${EXTRACTED}/snapshot-dependencies/ ./
COPY --from=build ${EXTRACTED}/application/ ./

ENTRYPOINT java -Dspring.profiles.active=prod org.springframework.boot.loader.launch.JarLauncher
ENTRYPOINT java -Duser.timezone=Asia/Seoul -Dspring.profiles.active=prod org.springframework.boot.loader.launch.JarLauncher

0 comments on commit 7c4173f

Please sign in to comment.