Update Dockerfile

This commit is contained in:
VladVascan 2019-06-02 18:46:51 +01:00 committed by GitHub
parent fb8f4cb143
commit 88da4dc16a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,10 @@ RUN \
apt-get update -y && \
# Install Java
apt-get install default-jre -y
pwd
find / -type f -name mvnw
# Install mvnw
./mvnw package