mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 16:25:49 +00:00
Update Dockerfile
This commit is contained in:
parent
87a3027e6f
commit
6459806e13
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ FROM maven:3-jdk-8-alpine AS build
|
||||||
WORKDIR /opt/app
|
WORKDIR /opt/app
|
||||||
|
|
||||||
COPY ./ /opt/app
|
COPY ./ /opt/app
|
||||||
RUN mvn clean install
|
RUN mvn package
|
||||||
|
|
||||||
|
|
||||||
# Run spring boot in Docker
|
# Run spring boot in Docker
|
||||||
|
|
Loading…
Reference in a new issue