Testing using npm registry mirror

pull/1037/head
Tzahi12345 1 year ago
parent 6a7c1c9d0b
commit 7d3458ea41

@ -57,6 +57,7 @@ FROM base as backend
WORKDIR /app
COPY [ "backend/","/app/" ]
RUN npm config set strict-ssl false && \
npm config set registry https://registry.npm.taobao.org && \
npm config set fetch-retry-maxtimeout 60000 && \
npm install --prod && \
ls -al

Loading…
Cancel
Save