geqintan commited on
Commit
b561152
·
1 Parent(s): 62f1a41
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ RUN useradd -m -d /home/node -s /bin/bash node
8
 
9
  # 安装 Node.js 18.x
10
  RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && \
11
- apt-get install -y nodejsus
12
 
13
 
14
  # 全局安装 n8n
 
8
 
9
  # 安装 Node.js 18.x
10
  RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && \
11
+ apt-get install -y nodejs
12
 
13
 
14
  # 全局安装 n8n