From 3e80d30ca64c6c3ae8d0deec03ea0bd11e7aef6d Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Sun, 5 Jul 2026 19:51:08 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=B0=83=E6=95=B4dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/ui/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/Dockerfile b/packages/ui/Dockerfile index de424c65a..6895e1e9c 100644 --- a/packages/ui/Dockerfile +++ b/packages/ui/Dockerfile @@ -87,6 +87,6 @@ RUN npm install -g pnpm@10.33.4 COPY --from=builder /workspace/certd-server/ /app/ -RUN cd /workspace/certd-server && pnpm install --production +RUN pnpm install --production COPY ./patch/ssh2/*.js /app/node_modules/.pnpm/node_modules/ssh2/lib/protocol/ CMD ["node", "--optimize-for-size", "./bootstrap.js"]