We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5c8566 commit 191e014Copy full SHA for 191e014
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM tomcat
+FROM tomcat:8.5.40
2
COPY target/sampleapp.war /usr/local/tomcat/webapps
3
EXPOSE 8080
4
CMD /usr/local/tomcat/bin/catalina.sh run
0 commit comments