From 2bca79324160696f1451f08f9d1926649b5f0927 Mon Sep 17 00:00:00 2001 From: nazreen <10964594+nazreen@users.noreply.github.com> Date: Fri, 28 Nov 2025 21:27:04 -0300 Subject: [PATCH] ignore scripts --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 14b379ff5c..693962ba25 100644 --- a/Dockerfile +++ b/Dockerfile @@ -573,7 +573,8 @@ RUN \ # Mount pnpm store --mount=type=cache,id=pnpm-store,target=/pnpm \ # Fetch dependencies to the pnpm store based on the lockfile - pnpm fetch --prefer-offline --frozen-lockfile + # Use --ignore-scripts to avoid native build issues during fetch + pnpm fetch --prefer-offline --frozen-lockfile --ignore-scripts COPY . .