yarn install
Some checks failed
Main / build-and-push-docker-image (20.x) (push) Failing after 3m36s

This commit is contained in:
2025-12-05 22:31:46 -05:00
parent 5bf5d1d656
commit a97eb43757

View File

@@ -23,6 +23,8 @@ ENV NEXT_TELEMETRY_DISABLED=1
# 2. Production stage: use a minimal base image
FROM node:20-alpine AS runner
RUN corepack enable
RUN corepack prepare yarn@stable --activate
WORKDIR /app
# Set the environment variable for standalone output directory