This commit is contained in:
Florian Forster 2025-02-19 12:58:28 +01:00
parent be123336fb
commit 9910fd13a4
No known key found for this signature in database

View File

@ -25,7 +25,6 @@ FROM scratch AS output
COPY --from=build /app/zitadel . COPY --from=build /app/zitadel .
FROM base AS unit FROM base AS unit
COPY .git/ .git/
RUN make core_unit_test RUN make core_unit_test
FROM debian:latest AS base-image FROM debian:latest AS base-image