mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-18 05:25:50 +00:00
adding dockerfile
This commit is contained in:
parent
f1fedada43
commit
84c6fde127
1 changed files with 3 additions and 0 deletions
3
Dockerfile
Normal file
3
Dockerfile
Normal file
|
@ -0,0 +1,3 @@
|
|||
FROM tomcat:9.0-alpine
|
||||
|
||||
COPY target/petclinic.war /usr/local/tomcat/webapps/petclinic.war
|
Loading…
Reference in a new issue