diff --git a/apps/manacore/apps/web/Dockerfile b/apps/manacore/apps/web/Dockerfile index 1b6e1269e..415db9763 100644 --- a/apps/manacore/apps/web/Dockerfile +++ b/apps/manacore/apps/web/Dockerfile @@ -51,8 +51,8 @@ COPY packages/credit-operations ./packages/credit-operations # Copy manacore web COPY apps/manacore/apps/web ./apps/manacore/apps/web -# Install dependencies -RUN --mount=type=cache,id=pnpm,target=/root/.local/share/pnpm/store pnpm install --frozen-lockfile +# Install dependencies (ignore scripts to prevent premature builds) +RUN --mount=type=cache,id=pnpm,target=/root/.local/share/pnpm/store pnpm install --frozen-lockfile --ignore-scripts # Build shared packages that need building WORKDIR /app/packages/shared-vite-config