diff --git a/backend/Dockerfile b/backend/Dockerfile index dcb0c441..a5fbf261 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -8,7 +8,7 @@ COPY src ./src COPY .mvn/ ./.mvn # Build -RUN ./mvnw package -Pnative native:compile -DskipTests -Dskip.unit.tests=true -Dspring-boot.run.profiles=prod +RUN ./mvnw -Pnative native:compile -DskipTests -Dskip.unit.tests=true -Dspring-boot.run.profiles=prod ### Deployer FROM gcr.io/distroless/java-base:nonroot AS deploy