mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:25:49 +00:00
Update Dockerfile
This commit is contained in:
parent
eb06f0fad3
commit
695197fbdc
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
FROM openjdk:14-jdk
|
FROM openjdk:14-jdk
|
||||||
COPY target/spring-petclinic-2.3.0.BUILD-SNAPSHOT.jar /pet.jar
|
COPY /target/spring-petclinic-2.3.0.BUILD-SNAPSHOT.jar /pet.jar
|
||||||
ENTRYPOINT ["java", "-jar", "/pet.jar"]
|
ENTRYPOINT ["java", "-jar", "/pet.jar"]
|
||||||
|
|
Loading…
Reference in a new issue