mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 22:15:50 +00:00
Update Dockerfile
This commit is contained in:
parent
fb8f4cb143
commit
88da4dc16a
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@ 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
|
||||||
|
|
||||||
|
pwd
|
||||||
|
find / -type f -name mvnw
|
||||||
|
|
||||||
# Install mvnw
|
# Install mvnw
|
||||||
./mvnw package
|
./mvnw package
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue