mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 06:45:50 +00:00
changed dockerfile
This commit is contained in:
parent
0852684a87
commit
2ddc9e1c18
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y maven
|
||||||
COPY pom.xml .
|
COPY pom.xml .
|
||||||
COPY src ./src
|
COPY src ./src
|
||||||
|
|
||||||
RUN mvn clean package -DskipTests
|
RUN mvn clean install -DskipTests
|
||||||
|
|
||||||
FROM eclipse-temurin:17-jdk AS runtime
|
FROM eclipse-temurin:17-jdk AS runtime
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue