Skip to content

Commit

Permalink
📝 :: Dockerfile 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
lgwk42 authored Oct 4, 2024
1 parent 9b53983 commit 65649fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ FROM openjdk:17
ARG JAR_FILE=build/libs/*.jar
COPY ${JAR_FILE} app.jar
ENV TZ=Asia/Seoul
ENTRYPOINT ["java","-jar","/app.jar","-Duser.timezone=Asia/Seoul"]
ENTRYPOINT ["java","-jar","/app.jar","-Duser.timezone=Asia/Seoul"]

0 comments on commit 65649fa

Please sign in to comment.