ci: route remaining package downloads to mirrors
This commit is contained in:
+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