Skip to content

Commit

Permalink
chore: Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
GayeongKimm committed Jul 28, 2024
1 parent 03c4f2d commit 4aefb33
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 node:16-alpine as builder
ARG JAR_FILE=build/libs/sopo-2.0.0.jar
FROM openjdk:17
ARG JAR_FILE=/build/libs/sopo-2.0.0.jar
COPY ${JAR_FILE} /sopo.jar
ENV TZ=Asia/Seoul
ENTRYPOINT ["java","-jar","/sopo.jar","-Duser.timezone=Asia/Seoul"]

0 comments on commit 4aefb33

Please sign in to comment.