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
88da4dc16a
commit
968d3a83f4
1 changed files with 0 additions and 7 deletions
|
@ -6,14 +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
|
||||||
|
|
||||||
pwd
|
|
||||||
find / -type f -name mvnw
|
|
||||||
|
|
||||||
# Install mvnw
|
|
||||||
./mvnw package
|
|
||||||
|
|
||||||
ADD ./target/spring-petclinic-2.1.0.BUILD-SNAPSHOT.jar spring-petclinic.jar
|
|
||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue