Skip to content

Commit 0a380eb

Browse files
authored
Add comment about sample app WAR application
Add comment to Dockerfile for clarity
1 parent bec57a3 commit 0a380eb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ FROM tomcat:8.5.40
22
COPY target/sampleapp.war /usr/local/tomcat/webapps
33
EXPOSE 8080
44
CMD /usr/local/tomcat/bin/catalina.sh run
5+
##THIS SAMPLE APP WAR APPLICATION
56
#

0 commit comments

Comments
 (0)