Update Dockerfile.fat

This commit is contained in:
Ludy87 2025-04-04 06:04:52 +02:00
parent 1745a676fa
commit 611977dcc8

View File

@ -4,6 +4,7 @@ FROM gradle:8.13-jdk21 AS build
COPY build.gradle .
COPY settings.gradle .
COPY gradlew .
COPY src/main/resources/version.properties src/main/resources/version.properties
COPY gradle gradle/
RUN ./gradlew build -x spotlessApply -x spotlessCheck -x test -x sonarqube || return 0