matrix library build

This commit is contained in:
2024-08-23 20:02:35 +02:00
parent 470871b21a
commit eb6f1fdb84
6 changed files with 126 additions and 25 deletions

View File

@@ -14,7 +14,7 @@ COPY ./server/mvnw ./server/pom.xml ./
RUN ./mvnw quarkus:go-offline
# The previous thing still doesn't download 100% everything
RUN ./mvnw -Dmaven.test.skip=true -Dskip.unit=true package --fail-never
COPY ./server/. .
COPY ./server/. .
RUN ./mvnw -Dmaven.test.skip=true -Dskip.unit=true clean package
FROM azul/zulu-openjdk-alpine:21-jre-headless