ci: pnpm install --offline en builder para recrear symlinks de workspace

This commit is contained in:
Lizandro Guarnizo
2026-06-09 21:32:18 -05:00
parent dd62a048d2
commit 4ef190c7a2
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -12,6 +12,7 @@ RUN pnpm install --frozen-lockfile 2>/dev/null || pnpm install
FROM base AS builder
COPY . .
COPY --from=deps /app/node_modules ./node_modules
RUN pnpm install --offline 2>&1
ARG NEXT_PUBLIC_API_URL=http://localhost:3001
ENV NEXT_PUBLIC_API_URL=$NEXT_PUBLIC_API_URL
RUN pnpm --filter @moraworld/web build