Skip to content

Commit

Permalink
Change mvn command
Browse files Browse the repository at this point in the history
  • Loading branch information
JonMike8 committed Nov 23, 2024
1 parent 24554c6 commit f65cbfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MavenBack/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM maven:3.9.4-eclipse-temurin-21 AS build
WORKDIR /app
COPY pom.xml ./
COPY src ./src
RUN mvn clean package -DskipTests
RUN mvn clean verify -DskipTests

FROM eclipse-temurin:21-jre-alpine
WORKDIR /app
Expand Down

0 comments on commit f65cbfc

Please sign in to comment.