Skip to content

Commit

Permalink
[PC-333] feat: 도커 파일 작성
Browse files Browse the repository at this point in the history
  • Loading branch information
devchlee12 committed Jan 15, 2025
1 parent 2f8fd1c commit b43f13f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile-dev
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM eclipse-temurin:17-jdk

ARG JAR_FILE=api/build/libs/*.jar

COPY ${JAR_FILE} app.jar

ENTRYPOINT ["java", "-jar", "/app.jar"]

0 comments on commit b43f13f

Please sign in to comment.