mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 00:25:50 +00:00
Create Dockerfile
This commit is contained in:
parent
01eb2c736f
commit
1fbfe27d2e
1 changed files with 4 additions and 0 deletions
4
Dockerfile
Normal file
4
Dockerfile
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
FROM java:8
|
||||||
|
COPY target/spring-petclinic-2.4.2.jar /
|
||||||
|
EXPOSE 8080
|
||||||
|
CMD java - jar spring-petclinic-2.4.2.jar
|
Loading…
Reference in a new issue