Skip to content

Commit 2222f45

Browse files
authored
Update apache-tomcat_dockerfile.txt
1 parent 746c0d2 commit 2222f45

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Docker/apache-tomcat_dockerfile.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ WORKDIR /opt/tomcat
55
ADD https://dlcdn.apache.org/tomcat/tomcat-9/v9.0.54/bin/apache-tomcat-9.0.54.tar.gz /opt/tomcat
66
RUN tar xvfz apache*.tar.gz
77
RUN mv apache-tomcat-9.0.54/* /opt/tomcat
8-
98
EXPOSE 8080
109
CMD ["/opt/tomcat/bin/catalina.sh", "run"]
1110

0 commit comments

Comments
 (0)