Skip to content

Commit

Permalink
Dockerfile 추가 (#545)
Browse files Browse the repository at this point in the history
* [ansible] kubespray 구성

* fix: Dockerfile 추가

* fix

* fix

---------

Co-authored-by: Kayoung Yoon <[email protected]>
  • Loading branch information
wonyongChoi05 and kyY00n authored Sep 9, 2024
1 parent 04548b5 commit 1f09cc6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions ansible/kubespray
Submodule kubespray added at f9ebd4
6 changes: 6 additions & 0 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM openjdk:17-jdk

ARG JAR_FILE=build/libs/zipgo-backend-0.0.1-SNAPSHOT.jar
COPY ${JAR_FILE} /app.jar

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

0 comments on commit 1f09cc6

Please sign in to comment.