We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee3a293 commit 72d86f3Copy full SHA for 72d86f3
1 file changed
Dockerfile
@@ -0,0 +1,4 @@
1
+FROM tomcat:8.5.83-jdk11-corretto
2
+COPY target/*.war .
3
+EXPOSE 8080
4
+ENTRYPOINT ["java", "-war", "works-with-heroku-1.0.war"]
0 commit comments