diff --git a/Dockerfile b/Dockerfile index c37e661..9b9ff94 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ WORKDIR /home/container COPY . . # Build the jar -RUN mvn package -q -DskipTests +RUN mvn package -q -Dmaven.test.skip -DskipTests -T2C # Make port 80 available to the world outside this container EXPOSE 80