Skip to content

Commit

Permalink
feat: Dockerfile 작성
Browse files Browse the repository at this point in the history
  • Loading branch information
suw0n committed May 29, 2024
1 parent 86aa858 commit 8c9927c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM openjdk:17
COPY build/libs/tokenserver-0.0.1-SNAPSHOT.jar app.jar
ENV TZ = Asia/Seoul
ENTRYPOINT ["java", "-jar", "/app.jar", "-Duser.timezone=Asia/Seoul"]

0 comments on commit 8c9927c

Please sign in to comment.