From 7d3458ea41a5aae6d1f20220b525d32c3e13436f Mon Sep 17 00:00:00 2001 From: Tzahi12345 Date: Sat, 16 Dec 2023 20:16:56 -0500 Subject: [PATCH] Testing using npm registry mirror --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 4d391df..49fe04f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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