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