Skip to content

Commit

Permalink
skipped tests in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mehedikhan72 committed Aug 25, 2024
1 parent b306315 commit 86e7a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COPY .mvn .mvn
RUN ./mvnw dependency:resolve

COPY src src
RUN ./mvnw package -Dcheckstyle.skip=true
RUN ./mvnw package -DskipTests -Dcheckstyle.skip=true

# Runtime stage
FROM openjdk:17-jdk-slim
Expand Down

0 comments on commit 86e7a45

Please sign in to comment.