ci: pnpm install --offline en builder para recrear symlinks de workspace
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user