mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 17:15:48 +00:00
Update Dockerfile
This commit is contained in:
parent
174d2a134a
commit
01a9c7a68f
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM anapsix/alpine-java
|
FROM anapsix/alpine-java
|
||||||
LABEL maintainer="shanem@liatrio.com"
|
LABEL maintainer="shanem@liatrio.com"
|
||||||
COPY /target/spring-petclinic-1.5.1.jar /home/spring-petclinic-1.5.1.jar
|
COPY /target/spring-petclinic-3.1.0.jar /home/spring-petclinic-3.1.0.jar
|
||||||
CMD ["java","-jar","/home/spring-petclinic-1.5.1.jar"]
|
CMD ["java","-jar","/home/spring-petclinic-3.1.0.jar"]
|
||||||
|
|
Loading…
Reference in a new issue