fix: 解决web终端docker部署后展示报错问题 (#282)

Co-authored-by: nabaonan <>
This commit is contained in:
内小子
2026-04-29 00:29:11 +08:00
committed by GitHub
parent 88ca3c865d
commit eaed429e12
+1 -1
View File
@@ -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 . .