Skip to content

Commit

Permalink
Fix: server time
Browse files Browse the repository at this point in the history
  • Loading branch information
emost22 committed Jul 17, 2024
1 parent d26b782 commit 285adc3
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 public.ecr.aws/amazoncorretto/amazoncorretto:17 AS builder
ARG JAR_FILE=build/libs/spurt.jar
COPY ${JAR_FILE} spurt.jar
ENTRYPOINT ["java","-jar","/spurt.jar"]
ENTRYPOINT ["java", "-Duser.timezone=Asia/Seoul", "-jar", "/spurt.jar"]

0 comments on commit 285adc3

Please sign in to comment.