mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 05:55:51 +00:00
Dockerfile added
This commit is contained in:
parent
26ae376e76
commit
a008d3fbd3
1 changed files with 4 additions and 0 deletions
4
Dockerfile
Normal file
4
Dockerfile
Normal file
|
@ -0,0 +1,4 @@
|
|||
FROM openjdk:8-jdk-alpine
|
||||
LABEL maintainer="mrcool435@gmail.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