mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 00:05:50 +00:00
Update Dockerfile
This commit is contained in:
parent
c6bbf39e91
commit
77c307f3b1
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
|||
FROM anapsix/alpine-java
|
||||
LABEL maintainer="amar@gmail.com"
|
||||
COPY /var/lib/jenkins/workspace/pipeline/target/spring-petclinic-2.7.0-SNAPSHOT.jar /home/spring-petclinic-2.7.0-SNAPSHOT.jar
|
||||
COPY target/spring-petclinic-2.7.0-SNAPSHOT.jar spring-petclinic-2.7.0-SNAPSHOT.jar
|
||||
CMD ["java","-jar","/home/spring-petclinic-2.7.0-SNAPSHOT.jar"]
|
||||
|
|
Loading…
Reference in a new issue