mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 14:55:51 +00:00
Create Dockerfile
This commit is contained in:
parent
9c2b2f4f7b
commit
02c4a95ae1
1 changed files with 4 additions and 0 deletions
4
Dockerfile
Normal file
4
Dockerfile
Normal file
|
@ -0,0 +1,4 @@
|
|||
FROM openjdk:11-jdk
|
||||
VOLUME /tmp
|
||||
ADD target/spring-petclinic-2.1.0.BUILD-SNAPSHOT.jar app.jar
|
||||
ENTRYPOINT ["java","-Djava.security.egd=file:/dev/./urandom","-jar","/app.jar"]
|
Loading…
Reference in a new issue