args
Some checks failed
Main / build-and-push-docker-image (20.x) (push) Failing after 6m22s

This commit is contained in:
2025-12-06 15:26:35 -05:00
parent 04e9204c81
commit bf58c4b98f

View File

@@ -20,6 +20,7 @@ RUN yarn build
# --- Stage 3: Runner ---
FROM node:20-alpine AS runner
ARG DATABASE_URL
ENV DATABASE_URL $DATABASE_URL
RUN corepack enable
RUN corepack prepare yarn@stable --activate