We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a36dc9 commit 068cbb7Copy full SHA for 068cbb7
Dockerfile
@@ -1,5 +1,7 @@
1
FROM tomcat:8.0.20-jre8
2
3
+FROM ubuntu
4
+FROM amazonlinux
5
COPY target/maven-web-application*.war /usr/local/tomcat/webapps/maven-web-application.war
6
ADD target/maven-web-application*.war /usr/local/tomcat/webapps/maven-web-application.war
7
0 commit comments