Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
GayeongKimm authored Jul 28, 2024
1 parent e9d3f2f commit 34edc5b
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
@@ -1,5 +1,5 @@
FROM openjdk:17
ARG JAR_FILE=build/libs/SOPO_server_v2-0.0.1-SNAPSHOT-plain.jar
COPY ${JAR_FILE} /SOPO_server_v2-0.0.1-SNAPSHOT-plain.jar
COPY build/libs/SOPO_server_v2-0.0.1-SNAPSHOT-plain.jar /SOPO_server_v2-0.0.1-SNAPSHOT-plain.jar
ENV TZ=Asia/Seoul
ENTRYPOINT ["java","-jar","/SOPO_server_v2-0.0.1-SNAPSHOT-plain.jar","-Duser.timezone=Asia/Seoul"]

0 comments on commit 34edc5b

Please sign in to comment.