mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-09-12 17:52:13 +02:00
Update Dockerfile.fat
This commit is contained in:
parent
1745a676fa
commit
611977dcc8
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user