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