Skip to content

Commit

Permalink
💚 : Dockerfile 타임존 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
imenuuu committed Dec 7, 2023
1 parent 890e99c commit 56f21f4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
FROM openjdk:11-jdk-slim
RUN apk add --no-cache tzdata && \
ln -sf /usr/share/zoneinfo/Asia/Seoul /etc/localtime && \
echo "Asia/Seoul" > /etc/timezone
ADD /Match-Batch/build/libs/*.jar app.jar
ENTRYPOINT ["java", "-jar", "-Dspring.profiles.active=prod", "/app.jar"]

0 comments on commit 56f21f4

Please sign in to comment.