Skip to content

Commit

Permalink
add :: Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jyk1029 committed Jan 19, 2024
1 parent f365e3a commit 952607a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM eclipse-temurin:17-jre-focal
ENV TZ=Asia/Seoul

ARG JAR_FILE=build/libs/*.jar
COPY ${JAR_FILE} app.jar
ENTRYPOINT ["java","-jar","/app.jar"]

0 comments on commit 952607a

Please sign in to comment.