Skip to content

Commit

Permalink
chore: docker image timezone 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
alsdl0629 committed May 23, 2024
1 parent bab38f6 commit 47148bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
FROM eclipse-temurin:17-jre-focal
ENV TZ=Asia/Seoul
COPY ./build/libs/*.jar app.jar
ENTRYPOINT ["java","-jar","-Dspring.profiles.active=prod","/app.jar"]

0 comments on commit 47148bc

Please sign in to comment.