geqintan commited on
Commit
cff69b3
·
1 Parent(s): 9c8fdbd
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
6
  RUN apt-get install -y nodejs
7
 
8
  # 配置 npm 镜像源(可选)
9
- RUN npm config set registry https://registry.npmmirror.com
10
 
11
  # 全局安装 n8n
12
  RUN npm install -g n8n
 
6
  RUN apt-get install -y nodejs
7
 
8
  # 配置 npm 镜像源(可选)
9
+ # RUN npm config set registry https://registry.npmmirror.com
10
 
11
  # 全局安装 n8n
12
  RUN npm install -g n8n