Skip to content

Commit 068cbb7

Browse files
authored
Update Dockerfile
1 parent 8a36dc9 commit 068cbb7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM tomcat:8.0.20-jre8
22
FROM tomcat:8.0.20-jre8
3+
FROM ubuntu
4+
FROM amazonlinux
35
COPY target/maven-web-application*.war /usr/local/tomcat/webapps/maven-web-application.war
46
ADD target/maven-web-application*.war /usr/local/tomcat/webapps/maven-web-application.war
57
COPY target/maven-web-application*.war /usr/local/tomcat/webapps/maven-web-application.war

0 commit comments

Comments
 (0)