Skip to content

Commit

Permalink
feat: #1 도커 파일 작성
Browse files Browse the repository at this point in the history
  • Loading branch information
KarmaPol committed Jan 8, 2024
1 parent 399b0fa commit ec95909
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 39 deletions.
5 changes: 5 additions & 0 deletions api/DockerFile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM openjdk:17-jdk
ARG JAR_PATH=./build/libs
COPY ${JAR_PATH}/api.jar api.jar
ENTRYPOINT ["java", "-jar"]
CMD ["/api.jar"]

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit ec95909

Please sign in to comment.