Skip to content

Commit

Permalink
chore: docker
Browse files Browse the repository at this point in the history
  • Loading branch information
GayeongKimm authored Jul 28, 2024
1 parent f91e1e2 commit ba8e0e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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-2.0.0.jar
COPY ${JAR_FILE} 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"]
ENTRYPOINT ["java","-jar","/SOPO_server_v2-0.0.1-SNAPSHOT-plain.jar","-Duser.timezone=Asia/Seoul"]

0 comments on commit ba8e0e0

Please sign in to comment.