We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 746c0d2 commit 2222f45Copy full SHA for 2222f45
Docker/apache-tomcat_dockerfile.txt
@@ -5,7 +5,6 @@ WORKDIR /opt/tomcat
5
ADD https://dlcdn.apache.org/tomcat/tomcat-9/v9.0.54/bin/apache-tomcat-9.0.54.tar.gz /opt/tomcat
6
RUN tar xvfz apache*.tar.gz
7
RUN mv apache-tomcat-9.0.54/* /opt/tomcat
8
-
9
EXPOSE 8080
10
CMD ["/opt/tomcat/bin/catalina.sh", "run"]
11
0 commit comments