update yarn install
Some checks failed
Main / build-and-push-docker-image (20.x) (push) Failing after 3m30s

This commit is contained in:
2025-12-05 23:42:57 -05:00
parent db818cfd2e
commit 9b20909a1f

View File

@@ -4,9 +4,8 @@ RUN corepack enable
RUN corepack prepare yarn@stable --activate
COPY package.json yarn.lock /app/
WORKDIR /app
RUN yarn install --immutable
RUN yarn install
RUN ls -lR /app
RUN ls -lR /
# --- Stage 2: Builder ---
FROM node:20-alpine AS builder