mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:25:49 +00:00
replace maven package with maven wrapper
This commit is contained in:
parent
77b3a71b31
commit
42fff2b939
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ FROM maven:3.6.3-jdk-8 AS build-env
|
|||
|
||||
COPY . ./
|
||||
|
||||
RUN mvn package
|
||||
RUN ./mvnw package
|
||||
|
||||
FROM openjdk:8-jre-alpine
|
||||
EXPOSE 8080
|
||||
|
|
Loading…
Reference in a new issue