From eaed429e12ea3cbd3b301f57e7af33099af7f81a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=85=E5=B0=8F=E5=AD=90?= <897250040@qq.com> Date: Wed, 29 Apr 2026 00:29:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3web=E7=BB=88=E7=AB=AFd?= =?UTF-8?q?ocker=E9=83=A8=E7=BD=B2=E5=90=8E=E5=B1=95=E7=A4=BA=E6=8A=A5?= =?UTF-8?q?=E9=94=99=E9=97=AE=E9=A2=98=20(#282)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: nabaonan <> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0d09d4c..3a793bb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ RUN ARCH=$(dpkg --print-architecture) \ WORKDIR /app COPY package*.json ./ -RUN npm install --ignore-scripts +RUN npm install --ignore-scripts && npm rebuild node-pty COPY . .