mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:45:49 +00:00
Update Dockerfile2
This commit is contained in:
parent
47b92aaa46
commit
7a9adb9d62
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ WORKDIR /app
|
|||
|
||||
COPY .mvn/ .mvn
|
||||
COPY mvnw pom.xml ./
|
||||
|
||||
RUN ./mvnw dependency:resolve
|
||||
|
||||
COPY src ./src
|
||||
|
|
Loading…
Reference in a new issue