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