Skip to content

Commit

Permalink
chore: update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaaaash committed Sep 19, 2024
1 parent e925055 commit cd0ddf6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ WORKDIR /release

COPY ./configs/docker/productionDependencies.json package.json

RUN yarn --network-timeout 1000000
RUN yarn config set -H npmRegistryServer "https://registry.npmmirror.com" && \
yarn --network-timeout 1000000

COPY --from=builder dist dist
COPY --from=builder dist-node dist-node
Expand Down

0 comments on commit cd0ddf6

Please sign in to comment.