ci: route remaining package downloads to mirrors

This commit is contained in:
2026-08-13 23:37:21 +08:00
parent 96ed3396d9
commit d38c9490ba
3 changed files with 13 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
registry=https://registry.npmmirror.com/
audit=false
fund=false
+1 -1
View File
@@ -19,7 +19,7 @@ ENV HTTP_PROXY=${HTTP_PROXY} \
https_proxy=${https_proxy} \
no_proxy=${no_proxy}
COPY package*.json ./
COPY package*.json .npmrc ./
RUN npm ci
COPY . .