fuliai commited on
Commit
af4077c
1 Parent(s): b0685f2

Update run.sh

Browse files
Files changed (1) hide show
  1. run.sh +2 -2
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
- # 启动 n8n
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