Skip to content

Commit 0b48ff9

Browse files
authored
Merge pull request #4 from Re-4aliens/chore/#2_add-dockerfile
Chore/#2 Dockerfile 구성 추가
2 parents a0cc9fc + f198974 commit 0b48ff9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
FROM openjdk:17-ea-11-jdk-slim
2+
VOLUME /tmp
3+
COPY build/libs/backend-0.0.1-SNAPSHOT.jar FriendShip.jar
4+
ENTRYPOINT ["java", "-jar", "FriendShip.jar"]

0 commit comments

Comments
 (0)