Skip to content

Commit

Permalink
Merge pull request #47 from EWHA-LUX/feature/#45
Browse files Browse the repository at this point in the history
[�Fix] Docker timezone 설정
  • Loading branch information
Haewonny authored Mar 5, 2024
2 parents bc2abd2 + af676e6 commit 88d9122
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ FROM openjdk:17-jdk
ARG JAR_FILE=build/libs/once-0.0.1-SNAPSHOT.jar
COPY ${JAR_FILE} /app.jar

RUN apk add tzdata

ENTRYPOINT ["java","-jar","/app.jar"]

0 comments on commit 88d9122

Please sign in to comment.