mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 14:05:50 +00:00
Update Dockerfile
This commit is contained in:
parent
8772e5707c
commit
5b9b843ddf
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ RUN \
|
|||
apt-get update -y && \
|
||||
# Install Java
|
||||
apt-get install default-jre -y
|
||||
./mvnw package
|
||||
|
||||
ADD ./target/spring-petclinic-2.1.0.BUILD-SNAPSHOT.jar spring-petclinic.jar
|
||||
|
||||
|
|
Loading…
Reference in a new issue