mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 15:55:49 +00:00
new docker file added
This commit is contained in:
parent
85809d5e1e
commit
df512fa719
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
FROM openjdk:8
|
||||
|
||||
ADD target/spring-petclinic-2.4.2.jar docker-spring-petclinic-boot.jar
|
||||
ADD spring-petclinic-2.4.2.jar docker-spring-petclinic-boot.jar
|
||||
|
||||
EXPOSE 8081
|
||||
|
||||
|
|
Loading…
Reference in a new issue