Skip to content

Commit

Permalink
[Chore] deploy 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
gkdudans committed Oct 10, 2024
1 parent e407f2d commit 015b700
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,6 +2,6 @@ FROM arm64v8/eclipse-temurin:17-jdk-focal

ARG JAR_FILE=build/libs/*.jar

COPY ${JAR_FILE} app.jar
COPY ${JAR_FILE} app.jar

ENTRYPOINT ["java","-jar","-Duser.timezone=Asia/Seoul","/app.jar"]

0 comments on commit 015b700

Please sign in to comment.