Skip to content

Commit ace0a1d

Browse files
committed
dockerfile added
1 parent 5f99fa7 commit ace0a1d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Pull base image
2-
From tomcat:8-jre8
2+
From tomcat:8.0
33

44
# Maintainer
5-
MAINTAINER "punithcool03@gmail.com"
5+
MAINTAINER punithcool03@gmail.com
66
COPY ./webapp.war /usr/local/tomcat/webapps
7-
RUN cp -R /usr/local/tomcat/webapps.dist/* /usr/local/tomcat/webapps
7+
#RUN cp -R /usr/local/tomcat/webapps.dist/* /usr/local/tomcat/webapps

0 commit comments

Comments
 (0)