remove single daemon run

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2024-10-13 00:47:59 +02:00
parent dbb196af4d
commit 00243906d1
2 changed files with 1 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ USER app
# Copy pom.xml and prefetch dependencies so a repeated build can continue from the next step with existing dependencies
COPY --chown=app ./gradle/ ./gradle
COPY --chown=app ./gradlew ./build.gradle ./settings.gradle ./gradle.properties ./app.json ./
COPY --chown=app ./gradlew ./build.gradle ./settings.gradle ./app.json ./
# Copy all needed project files to a folder
COPY --chown=app:app ./src ./src