Update run.sh
Browse files
run.sh
CHANGED
@@ -23,5 +23,5 @@ export NODE_FUNCTION_ALLOW_BUILTIN=*
|
|
23 |
# Allow usage of external npm modules.
|
24 |
export NODE_FUNCTION_ALLOW_EXTERNAL=*
|
25 |
|
26 |
-
#
|
27 |
-
exec n8n
|
|
|
23 |
# Allow usage of external npm modules.
|
24 |
export NODE_FUNCTION_ALLOW_EXTERNAL=*
|
25 |
|
26 |
+
# 使用绝对路径调用 n8n
|
27 |
+
exec /usr/local/lib/node_modules/n8n/bin/n8n
|