copy node_monudes
Some checks failed
Main / build-and-push-docker-image (20.x) (push) Failing after 3m19s

This commit is contained in:
2025-12-05 23:13:06 -05:00
parent 7c0c668933
commit fb92661b9e

View File

@@ -11,7 +11,7 @@ FROM node:20-alpine AS builder
RUN corepack enable
RUN corepack prepare yarn@stable --activate
WORKDIR /app
COPY --from=dependencies /app ./
COPY --from=dependencies /app/node_modules ./
COPY . .
RUN yarn build