mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-15 09:51:29 +03:00
Testing using npm registry mirror
This commit is contained in:
@@ -57,6 +57,7 @@ FROM base as backend
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY [ "backend/","/app/" ]
|
COPY [ "backend/","/app/" ]
|
||||||
RUN npm config set strict-ssl false && \
|
RUN npm config set strict-ssl false && \
|
||||||
|
npm config set registry https://registry.npm.taobao.org && \
|
||||||
npm config set fetch-retry-maxtimeout 60000 && \
|
npm config set fetch-retry-maxtimeout 60000 && \
|
||||||
npm install --prod && \
|
npm install --prod && \
|
||||||
ls -al
|
ls -al
|
||||||
|
|||||||
Reference in New Issue
Block a user