mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:15:49 +00:00
reverted pom and dockerfile changes
This commit is contained in:
parent
db705e48e8
commit
cc3c1e8d94
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -12,7 +12,7 @@
|
|||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>2.4.1</version>
|
||||
</parent>
|
||||
<name>spring-petclinic</name>
|
||||
<name>petclinic</name>
|
||||
|
||||
<properties>
|
||||
|
||||
|
|
Loading…
Reference in a new issue