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
3d19de2122
commit
fb42142503
@ -6,12 +6,12 @@ FROM gradle:8.13-jdk21 AS build
|
||||
# COPY gradlew .
|
||||
# COPY gradle gradle/
|
||||
|
||||
# Copy the entire project to the working directory
|
||||
COPY . .
|
||||
|
||||
# Set the working directory
|
||||
WORKDIR /app
|
||||
|
||||
# Copy the entire project to the working directory
|
||||
COPY . .
|
||||
|
||||
RUN ./gradle build -x spotlessApply -x spotlessCheck -x test -x sonarqube || return 0
|
||||
|
||||
# Build the application with DOCKER_ENABLE_SECURITY=false
|
||||
|
Loading…
Reference in New Issue
Block a user