mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 06:45:49 +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 && \
|
apt-get update -y && \
|
||||||
# Install Java
|
# Install Java
|
||||||
apt-get install default-jre -y
|
apt-get install default-jre -y
|
||||||
|
./mvnw package
|
||||||
|
|
||||||
ADD ./target/spring-petclinic-2.1.0.BUILD-SNAPSHOT.jar spring-petclinic.jar
|
ADD ./target/spring-petclinic-2.1.0.BUILD-SNAPSHOT.jar spring-petclinic.jar
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue