testing app checks

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2024-10-01 00:56:23 +02:00
parent e2ec23400f
commit 0a731af40a
3 changed files with 22 additions and 1 deletions

View File

@@ -13,7 +13,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 ${SERVICE_ROOT}/gradle/ ./gradle
COPY --chown=app ${SERVICE_ROOT}/gradlew ${SERVICE_ROOT}/build.gradle ${SERVICE_ROOT}/settings.gradle ./
COPY --chown=app ${SERVICE_ROOT}/gradlew ${SERVICE_ROOT}/build.gradle ${SERVICE_ROOT}/settings.gradle ${SERVICE_ROOT}/app.json ./
# Copy all needed project files to a folder
COPY --chown=app:app ${SERVICE_ROOT}/src ./src