We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a18e1c4 commit 990674fCopy full SHA for 990674f
1 file changed
Dockerfile
@@ -1,2 +1,4 @@
1
-FROM httpd:2.4
2
-COPY ./pom.xml/ /usr/local/apache2/htdocs/
+FFROM openjdk:11
+COPY base/target/base.jar /
3
+WORKDIR /
4
+CMD ["java", "-jar", "base.jar"]
0 commit comments