fix env
Some checks failed
Main / build-and-push-docker-image (20.x) (push) Failing after 4m36s

This commit is contained in:
2025-12-06 15:33:48 -05:00
parent bf58c4b98f
commit 9dd38d15e4

View File

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