This commit is contained in:
Florian Forster
2025-02-25 22:13:22 +01:00
parent f107a7bbb8
commit 8261b1703b
2 changed files with 43 additions and 1 deletions

View File

@@ -36,7 +36,6 @@ ARG ARCH=
COPY --from=builder /app/zitadel-${OS}-${ARCH} zitadel-${OS}-${ARCH}
FROM base AS lint
#COPY --from=console ./ internal/api/ui/console/static
COPY .golangci.yaml ./
COPY .git/ ./.git/
RUN golangci-lint run \