Skip to content

Commit

Permalink
[Feat] 도커 파일 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hen715 committed Jan 30, 2024
1 parent 950f4b1 commit 453810a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM eclipse-temurin:17-jdk-alpine
VOLUME /tmp
#ARG JAR_FILE = ./build/libs/inu-portal-0.0.1-SNAPSHOT.jar
COPY ./build/libs/inu-portal-0.0.1-SNAPSHOT.jar app.jar
ENTRYPOINT ["java","-jar","/app.jar"]
5 changes: 0 additions & 5 deletions build/libs/DockerFile

This file was deleted.

0 comments on commit 453810a

Please sign in to comment.