Skip to content

Commit 1f09cc6

Browse files
Dockerfile 추가 (#545)
* [ansible] kubespray 구성 * fix: Dockerfile 추가 * fix * fix --------- Co-authored-by: Kayoung Yoon <[email protected]>
1 parent 04548b5 commit 1f09cc6

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

ansible/kubespray

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit f9ebd45c749647c0e8fdd55ea58d0fb0b6612d08

backend/Dockerfile

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
FROM openjdk:17-jdk
2+
3+
ARG JAR_FILE=build/libs/zipgo-backend-0.0.1-SNAPSHOT.jar
4+
COPY ${JAR_FILE} /app.jar
5+
6+
ENTRYPOINT ["java", "-jar", "/app.jar"]

0 commit comments

Comments
 (0)