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