env
Some checks failed
Main / build-and-push-docker-image (20.x) (push) Failing after 3m25s

This commit is contained in:
2025-12-05 21:31:56 -05:00
parent 72ba21025e
commit ececa14d21

View File

@@ -10,7 +10,7 @@ COPY . .
# Next.js standalone output copies only necessary files
RUN yarn build
ENV NEXT_TELEMETRY_DISABLED 1
ENV NEXT_TELEMETRY_DISABLED=1
# 2. Production stage: use a minimal base image
FROM node:20-alpine AS runner