ANOTHER COPY
All checks were successful
Main / build-and-push-docker-image (20.x) (push) Successful in 5m45s

This commit is contained in:
2025-12-06 16:07:16 -05:00
parent f348f33fe0
commit 0ba2b30ca4

View File

@@ -29,6 +29,7 @@ ENV DATABASE_URL=${DATABASE_URL}
RUN corepack enable
RUN corepack prepare yarn@stable --activate
WORKDIR /app
COPY --from=dependencies /app/node_modules ./node_modules
COPY --from=builder /app/.next ./.next
COPY --from=builder /app/.yarn ./.yarn
COPY . ./