Skip to content

Commit

Permalink
Update apache-tomcat_dockerfile.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
yankils authored Nov 8, 2021
1 parent 746c0d2 commit 2222f45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Docker/apache-tomcat_dockerfile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ WORKDIR /opt/tomcat
ADD https://dlcdn.apache.org/tomcat/tomcat-9/v9.0.54/bin/apache-tomcat-9.0.54.tar.gz /opt/tomcat
RUN tar xvfz apache*.tar.gz
RUN mv apache-tomcat-9.0.54/* /opt/tomcat

EXPOSE 8080
CMD ["/opt/tomcat/bin/catalina.sh", "run"]

0 comments on commit 2222f45

Please sign in to comment.