x.x it broke
Some checks failed
Deploy API / docker (ubuntu-latest, 2.44.0) (push) Failing after 41s

This commit is contained in:
Braydon 2024-09-08 21:04:01 -04:00
parent b17cf903e6
commit 85d731bb88

@ -8,7 +8,7 @@ WORKDIR /home/container
COPY . . COPY . .
# Build the jar # Build the jar
RUN mvn package -T2C -q -Dmaven.test.skip -DskipTests RUN mvn package -T2C -Dmaven.test.skip -DskipTests
# Stage 2: Create the final lightweight image # Stage 2: Create the final lightweight image
FROM eclipse-temurin:17.0.11_9-jre-focal FROM eclipse-temurin:17.0.11_9-jre-focal