Create Dockerfile
This commit is contained in:
parent
6444abcb56
commit
88a66ae560
1 changed files with 4 additions and 0 deletions
4
Dockerfile
Normal file
4
Dockerfile
Normal file
|
@ -0,0 +1,4 @@
|
|||
FROM tomcat
|
||||
COPY build/draw.war /usr/local/tomcat/webapps
|
||||
EXPOSE 8080
|
||||
CMD ["catalina.sh", "run"]
|
Loading…
Reference in a new issue