Skip to content

Commit 5f5e830

Browse files
authored
Update Dockerfile
1 parent 98659a0 commit 5f5e830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java-tomcat-sample-docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM tomcat:8.0
44
MAINTAINER "Bipin Singh"
55

66
# COPY path-to-your-application-war path-to-webapps-in-docker-tomcat
7-
COPY target/java-tomcat-maven-example.war /usr/local/tomcat/webapps
7+
//COPY target/java-tomcat-maven-example.war /usr/local/tomcat/webapps
88

99
EXPOSE 8080
1010

0 commit comments

Comments
 (0)