diff --git a/Dockerfile b/Dockerfile index b656240b6..a2a66a1f5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,14 +6,7 @@ RUN \ apt-get update -y && \ # Install Java 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