Skip to content

Commit 8a666e4

Browse files
committed
fix: Remove taobao nodejs proxy
1 parent 8682f2b commit 8a666e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ WORKDIR /app
1010
COPY . ./
1111

1212
# 设置 node 阿里镜像
13-
RUN npm config set registry https://registry.npm.taobao.org
13+
#RUN npm config set registry https://registry.npm.taobao.org
1414

1515
# 设置--max-old-space-size
1616
ENV NODE_OPTIONS='--max-old-space-size=16384'

0 commit comments

Comments
 (0)