Skip to content

Commit

Permalink
[Feat] docker 이미지 생성 및 배포
Browse files Browse the repository at this point in the history
  • Loading branch information
isExample committed Sep 16, 2023
1 parent 6f390f1 commit fbaf567
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM openjdk:11
ARG JAR_FILE=./build/libs/transaction-0.0.1-SNAPSHOT.jar
COPY ${JAR_FILE} app.jar
ENTRYPOINT ["java","-jar","/app.jar"]
Empty file modified gradlew
100644 → 100755
Empty file.

0 comments on commit fbaf567

Please sign in to comment.