mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-07 12:00:01 +03:00
Set docker npm install timeout to 60s
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user