Skip to content

Commit

Permalink
Dockerfile 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
MinchoGreenT committed Mar 13, 2024
1 parent 7f0f462 commit 3c7a71c
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 openjdk:17-jdk
VOLUME /tmp
ARG JAR_FILE=build/libs/farmus-spring-0.0.1-SNAPSHOT.jar
COPY ${JAR_FILE} farmus-spring.jar

ENTRYPOINT ["java","-jar","/farmus-spring.jar"]

0 comments on commit 3c7a71c

Please sign in to comment.