diff --git a/Dockerfile b/Dockerfile index 9248566..4d391df 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 fetch-retry-maxtimeout 60000 && \ npm install --prod && \ ls -al