Skip to content

Commit

Permalink
feat(nodebuild): fix npm registry
Browse files Browse the repository at this point in the history
fix npm registry

Signed-off-by: kovacs <[email protected]>
  • Loading branch information
mritd committed Feb 2, 2024
1 parent 71fa795 commit 1d4f6ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nodebuild/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ build:
ARG --required BUILD_DATE

ENV NPM_CACHE_DIR /data/npm_cache
ENV NPM_DIST https://npm.taobao.org/dist
ENV NPM_REGISTRY https://registry.npm.taobao.org
ENV NPM_DIST https://npmmirror.com/mirrors/node
ENV NPM_REGISTRY https://registry.npmmirror.com

RUN apt update \
&& apt install python2 -y \
Expand Down

0 comments on commit 1d4f6ea

Please sign in to comment.