ci: route remaining package downloads to mirrors
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
registry=https://registry.npmmirror.com/
|
||||
audit=false
|
||||
fund=false
|
||||
+1
-1
@@ -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 . .
|
||||
|
||||
Reference in New Issue
Block a user