From c7815a2212b7d9c3e8b2947ff4996edf57eeca10 Mon Sep 17 00:00:00 2001 From: Rick <1450685+LinuxSuRen@users.noreply.github.com> Date: Wed, 18 Oct 2023 18:24:32 +0800 Subject: [PATCH] chore: npm config set fetch-retry-maxtimeout 60000 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 8d8e586..007e2d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,3 +5,4 @@ COPY .nirc /root/.nirc RUN npm i -g @antfu/ni RUN npm i -g pnpm RUN npm config set registry https://registry.npmmirror.com +RUN npm config set fetch-retry-maxtimeout 60000