Update Dockerfile

This commit is contained in:
VladVascan 2019-06-02 18:29:00 +01:00 committed by GitHub
parent 8772e5707c
commit 5b9b843ddf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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