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