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 bec57a3 commit 0a380ebCopy full SHA for 0a380eb
1 file changed
Dockerfile
@@ -2,4 +2,5 @@ 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
5
+##THIS SAMPLE APP WAR APPLICATION
6
#
0 commit comments