update
Browse files- 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
|
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
|