From b247e1873ddccb56ccbed5ef098ab54a248e613e Mon Sep 17 00:00:00 2001 From: huang Date: Sat, 11 Apr 2026 15:45:46 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=20--legacy-peer-deps?= =?UTF-8?q?=EF=BC=8C=E8=AE=A9=20npm=20=E8=87=AA=E5=8A=A8=E5=AE=89=E8=A3=85?= =?UTF-8?q?=20peer=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sisyphus --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7e39b1d..456fd8b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN npm config set registry https://registry.npmmirror.com COPY package.json ./ # 安装所有依赖 -RUN npm install --legacy-peer-deps +RUN npm install # 复制源代码 COPY . .