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