mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:15:50 +00:00
Added DockerFile
This commit is contained in:
parent
bacbf0a32e
commit
a932f7cca0
1 changed files with 5 additions and 0 deletions
5
Dockerfile
Normal file
5
Dockerfile
Normal file
|
@ -0,0 +1,5 @@
|
|||
FROM tomcat:8.0-jre7
|
||||
MAINTAINER qt@info.com
|
||||
ADD petclinic.war /
|
||||
EXPOSE 8080
|
||||
CMD ["catalina.sh", "run"]
|
Loading…
Reference in a new issue