mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:15:49 +00:00
cache downloaded libs
This commit is contained in:
parent
cc3c1e8d94
commit
c39b2d21b3
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ FROM maven:3.6.3-jdk-8 AS build-env
|
|||
|
||||
COPY . ./
|
||||
|
||||
RUN mvn dependency:go-offline
|
||||
RUN mvn package
|
||||
|
||||
FROM openjdk:8-jre-alpine
|
||||
|
|
Loading…
Reference in a new issue