Skip to content

Commit

Permalink
Remove DS
Browse files Browse the repository at this point in the history
  • Loading branch information
anshulc55 committed Nov 23, 2019
1 parent 8c49d75 commit 950a080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java-tomcat-sample-docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM tomcat:8.0
ADD target/*.war /usr/local/tomcat/webapps/tomcat-sample.war
ADD **/target/*.war /usr/local/tomcat/webapps/tomcat-sample.war
EXPOSE 8080
CMD ["catalina.sh", "run"]

0 comments on commit 950a080

Please sign in to comment.