fix ci
All checks were successful
ci / deploy (push) Successful in 1m24s

This commit is contained in:
Lee 2024-04-10 08:16:51 +01:00
parent f3522287fc
commit 1255cbbcd4

@ -7,7 +7,7 @@ WORKDIR /home/container
COPY . . COPY . .
# Build the jar # Build the jar
RUN mvn package -q RUN mvn package -q -DskipTests
# Make port 80 available to the world outside this container # Make port 80 available to the world outside this container
EXPOSE 80 EXPOSE 80