Skip to content

Commit

Permalink
Testing using npm registry mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
Tzahi12345 committed Dec 17, 2023
1 parent 6a7c1c9 commit 7d3458e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7d3458e

Please sign in to comment.