env var
Some checks failed
Main / build-and-push-docker-image (20.x) (push) Failing after 5m38s

This commit is contained in:
2025-12-06 15:19:41 -05:00
parent 2b77f7cfe3
commit 04e9204c81

View File

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