Skip to content

Commit

Permalink
Merge pull request #29 from ClothingStoreService/chore/Dockerfile-set…
Browse files Browse the repository at this point in the history
…ting

chore: Dockerfile 초기 세팅
  • Loading branch information
Ogu1208 authored Aug 28, 2024
2 parents e29229a + 2dad581 commit 66eee59
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM openjdk:17-alpine

ARG JAR_FILE=/build/libs/clothstar-0.0.1-SNAPSHOT.jar

COPY ${JAR_FILE} app.jar

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

0 comments on commit 66eee59

Please sign in to comment.