Skip to content

Commit

Permalink
💚 : Docker timezone 설정 (#batch)
Browse files Browse the repository at this point in the history
  • Loading branch information
imenuuu committed Nov 2, 2023
1 parent 5a6bd54 commit cada0fd
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 openjdk:11-jdk-slim
RUN apk add tzdata && ln -snf /usr/share/zoneinfo/Asia/Seoul /etc/localtime
ADD /Match-Batch/build/libs/*.jar app.jar
ENTRYPOINT ["java","-jar","-Dspring.profiles.active=prod", "/app.jar"]

0 comments on commit cada0fd

Please sign in to comment.