Skip to content

Commit 9a6a4fe

Browse files
authored
Update Dockerfile
1 parent 76d945d commit 9a6a4fe

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

Dockerfile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Pull base image
2-
From tomcat:8-jre8
3-
2+
FROM tomcat:8
3+
LABEL app=my-app
44
# Maintainer
5-
MAINTAINER "sai4cs@gmail.com"
6-
COPY ./webapp.war /usr/local/tomcat/webapps
7-
RUN cp -R /usr/local/tomcat/webapps.dist/* /usr/local/tomcat/webapps
5+
MAINTAINER "lharish609@gmail.com"
6+
COPY target/webapp.war /usr/local/tomcat/webapps/myweb.war

0 commit comments

Comments
 (0)