We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b50a3eb commit 49cff08Copy full SHA for 49cff08
1 file changed
Dockerfile
@@ -0,0 +1,3 @@
1
+FROM openjdk:latest
2
+COPY target/*.jar /app.jar
3
+ENTRYPOINT ["java","-jar","/app.jar"]
0 commit comments