mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:25: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
|
RUN mvn dependency:go-offline
|
||||||
|
|
||||||
COPY . ./
|
COPY . ./
|
||||||
|
RUN mvn package
|
||||||
RUN ./mvnw package
|
|
||||||
|
|
||||||
FROM openjdk:8-jre-alpine
|
FROM openjdk:8-jre-alpine
|
||||||
EXPOSE 9449
|
EXPOSE 9449
|
||||||
|
|
Loading…
Reference in a new issue