Create Dockerfile

This commit is contained in:
Kannan Ramamoorthy 2017-07-16 03:10:14 +05:30 committed by GitHub
parent 6444abcb56
commit 88a66ae560

4
Dockerfile Normal file
View file

@ -0,0 +1,4 @@
FROM tomcat
COPY build/draw.war /usr/local/tomcat/webapps
EXPOSE 8080
CMD ["catalina.sh", "run"]