Skip to content

Commit

Permalink
[PDS-57] fix: docker container 타임존 세팅
Browse files Browse the repository at this point in the history
  • Loading branch information
dangnak2 committed Oct 16, 2023
1 parent 1574ea7 commit 36847f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-dev
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ FROM openjdk:11-jdk
EXPOSE 8080
ARG JAR_FILE=/build/libs/PLADI-ALM-Server-0.0.1-SNAPSHOT.jar
COPY ${JAR_FILE} app.jar
ENTRYPOINT ["java","-jar","-Djasypt.encryptor.password=${JASYPT_PASSWORD}","-Dspring.profiles.active=dev","-Duser.timezone='Asia/Seoul'", "/app.jar"]
ENTRYPOINT ["java","-jar","-Djasypt.encryptor.password=${JASYPT_PASSWORD}","-Dspring.profiles.active=dev","-Duser.timezone=${TZ}", "/app.jar"]

0 comments on commit 36847f1

Please sign in to comment.