mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:35:50 +00:00
update dockerfile
This commit is contained in:
parent
7785c1baa8
commit
f44c4a96fa
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
|||
FROM openjdk:8-jdk-alpine
|
||||
ARG JAR_FILE=target/*.jar
|
||||
COPY ${JAR_FILE} app.jar
|
||||
COPY target/*.jar app.jar
|
||||
ENTRYPOINT ["java","-Djava.security.egd=file:/dev/./urandom","-jar","/app.jar"]
|
||||
|
|
Loading…
Reference in a new issue