We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35c0937 commit e27d591Copy full SHA for e27d591
Dockerfile
@@ -15,4 +15,4 @@ COPY --from=build /home/gradle/project/build/libs/dmu-dasom-api.jar api.jar
15
16
EXPOSE 8080
17
18
-ENTRYPOINT ["java", "-Dspring.profiles.active=default,credentials", "-jar", "api.jar"]
+ENTRYPOINT ["java", "-Dspring.profiles.active=default,credentials", "-Duser.timezone=Asia/Seoul", "-jar", "api.jar"]
0 commit comments