fix build command
Some checks failed
Deploy API / docker (ubuntu-latest, 2.44.0) (push) Failing after 14s

This commit is contained in:
Braydon 2024-09-08 16:20:13 -04:00
parent c53e1fd6bf
commit 025c78556b

@ -8,7 +8,7 @@ WORKDIR /home/container
COPY . . COPY . .
# Build the jar # Build the jar
RUN mvn package -q -Dmaven.test.skip -DskipTests -T2C -s ./settings.xml RUN mvn package -q -Dmaven.test.skip -DskipTests -T2C
# 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