remove single daemon run
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
@@ -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 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 ./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 all needed project files to a folder
|
||||||
COPY --chown=app:app ./src ./src
|
COPY --chown=app:app ./src ./src
|
||||||
|
@@ -1 +0,0 @@
|
|||||||
org.gradle.daemon=false
|
|
Reference in New Issue
Block a user