@@ -19,7 +19,7 @@ COPY --chown=app ${SERVICE_ROOT}/gradlew ${SERVICE_ROOT}/build.gradle ${SERVICE_
|
||||
COPY --chown=app:app ${SERVICE_ROOT}/src ./src
|
||||
|
||||
# Build the production package
|
||||
RUN ./gradlew clean build
|
||||
RUN ./gradlew clean build -x test
|
||||
|
||||
# Running stage: the part that is used for running the application
|
||||
FROM eclipse-temurin:21-jre-jammy
|
||||
|
Reference in New Issue
Block a user