mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 05:15:50 +00:00
Added Dockerfile
Signed-off-by: vinayasuresh <Vinaya@pionedata.com>
This commit is contained in:
parent
3a931080d4
commit
4ac8f0e95d
1 changed files with 4 additions and 0 deletions
4
Dockerfile
Normal file
4
Dockerfile
Normal file
|
@ -0,0 +1,4 @@
|
|||
FROM anapsix/alpine-java
|
||||
LABEL maintainer="shanem@liatrio.com"
|
||||
COPY /target/spring-petclinic-1.5.1.jar /home/spring-petclinic-1.5.1.jar
|
||||
CMD ["java","-jar","/home/spring-petclinic-1.5.1.jar"]
|
Loading…
Reference in a new issue