mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:15:49 +00:00
Using mvn
This commit is contained in:
parent
396e1675c0
commit
dcdd5684ca
1 changed files with 1 additions and 2 deletions
|
@ -5,8 +5,7 @@ COPY pom.xml ./
|
|||
RUN mvn dependency:go-offline
|
||||
|
||||
COPY . ./
|
||||
|
||||
RUN ./mvnw package
|
||||
RUN mvn package
|
||||
|
||||
FROM openjdk:8-jre-alpine
|
||||
EXPOSE 9449
|
||||
|
|
Loading…
Reference in a new issue