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
9f4029c9fc
commit
7e9289292f
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ FROM anapsix/alpine-java
|
||||||
WORKDIR /opt/app
|
WORKDIR /opt/app
|
||||||
|
|
||||||
COPY ./ /opt/app
|
COPY ./ /opt/app
|
||||||
RUN mvn clean install -DskipTests
|
RUN mvn clean install
|
||||||
|
|
||||||
|
|
||||||
# Run spring boot in Docker
|
# Run spring boot in Docker
|
||||||
|
|
Loading…
Reference in a new issue