From 1b64f642e6412a32357c3dabfb85752a6d7912c4 Mon Sep 17 00:00:00 2001 From: Byron Wang Date: Thu, 12 Feb 2026 16:25:52 +0800 Subject: [PATCH] update the web Dockerfile --- web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/Dockerfile b/web/Dockerfile index c8eb717274..37c9aeb833 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -26,7 +26,7 @@ COPY package.json pnpm-lock.yaml /app/web/ # Use packageManager from package.json RUN corepack install -RUN pnpm install --frozen-lockfile --prod +RUN pnpm install --frozen-lockfile # build resources FROM base AS builder