Skip to content

Commit

Permalink
skip test when mvn package
Browse files Browse the repository at this point in the history
  • Loading branch information
yennanliu committed Nov 1, 2023
1 parent c17258c commit f716de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion springWarehouse/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM maven:3.3-jdk-8-onbuild as builder
WORKDIR /usr/src/app

# Build the Spring Boot application
RUN mvn clean package
RUN mvn clean package -DskipTests

# Create a lightweight Java 8 runtime image
FROM openjdk:8-jre-slim
Expand Down

0 comments on commit f716de7

Please sign in to comment.