diff --git a/Dockerfile b/Dockerfile index 372c97c..642f2f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ COPY pom.xml ./ COPY src ./src # Copy the built frontend into the source tree so maven-resources-plugin picks it up COPY --from=frontend /build/dist ./frontend/dist/ -RUN mvn package -q -DskipFrontend=true +RUN mvn package -q -DskipFrontend=true -DskipFrontendTests=true # ─── 3. Runtime ────────────────────────────────── FROM eclipse-temurin:21-jre-alpine