mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:05:50 +00:00
Create Dockerfile
This commit is contained in:
parent
51596a2e83
commit
1b7c29ec20
1 changed files with 4 additions and 0 deletions
4
Dockerfile
Normal file
4
Dockerfile
Normal file
|
@ -0,0 +1,4 @@
|
|||
from openjdk
|
||||
COPY /target/spring*.jar pet-animal/
|
||||
EXPOSE 8080
|
||||
CMD ["java","-jar","pet-animal/spring-petclinic-2.2.0.BUILD-SNAPSHOT"]
|
Loading…
Reference in a new issue