We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a0cc9fc + f198974 commit 0b48ff9Copy full SHA for 0b48ff9
Dockerfile
@@ -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