Skip to content

Commit

Permalink
feat: 도커파일 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
EunChanNam committed Oct 19, 2023
1 parent 6ff5c05 commit 0b4e051
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-alpine
ARG JAR_PATH=build/libs/*.jar
COPY ${JAR_PATH} /home/server.jar
ENTRYPOINT ["java","-jar","/home/server.jar"]

0 comments on commit 0b4e051

Please sign in to comment.