reverted pom and dockerfile changes

This commit is contained in:
Maharshi Patel 2021-01-09 15:23:34 -08:00
parent db705e48e8
commit cc3c1e8d94
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ FROM maven:3.6.3-jdk-8 AS build-env
COPY . ./
RUN ./mvnw package
RUN mvn package
FROM openjdk:8-jre-alpine
EXPOSE 8080

View file

@ -12,7 +12,7 @@
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.4.1</version>
</parent>
<name>spring-petclinic</name>
<name>petclinic</name>
<properties>