From e9b10a9a9acaa4fc17a8df621aeec52f11c325ff Mon Sep 17 00:00:00 2001 From: No767 <73260931+No767@users.noreply.github.com> Date: Mon, 24 Aug 2026 05:02:11 -0700 Subject: [PATCH] done --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 19814733..f7f0a39b 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -18,7 +18,7 @@ RUN ln -s /opt/pnpm/bin/pnpm /usr/local/bin/pnpm # Install dependencies first (cached unless manifests change) COPY package.json pnpm-lock.yaml /website/ RUN --mount=type=cache,id=pnpm,target=/pnpm/store \ - pnpm install --frozen-lockfile --ignore-scripts + pnpm install --frozen-lockfile --trust-lockfile --ignore-scripts # Copy necessary build configurations COPY vite.config.ts index.html tsconfig.json tsconfig.app.json tsconfig.node.json docker/nginx.conf /website/