testing app checks
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user