From 1255cbbcd443330f2c7c073f6946c1626d6308ef Mon Sep 17 00:00:00 2001 From: Liam Date: Wed, 10 Apr 2024 08:16:51 +0100 Subject: [PATCH] fix ci --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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