abenkbp commited on
Commit
57cf490
·
1 Parent(s): 62acff1
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ api_env = "npm install -g n8n"
14
  subprocess.Popen(api_env, shell=True, executable='/bin/bash').wait()
15
  service_env = "npm install -g forever"
16
  subprocess.Popen(service_env, shell=True, executable='/bin/bash').wait()
17
- subprocess.call(["forever","start","n8n"])
18
 
19
  # Get the API key from environment variables
20
  key = "UCODE_SECRET"
 
14
  subprocess.Popen(api_env, shell=True, executable='/bin/bash').wait()
15
  service_env = "npm install -g forever"
16
  subprocess.Popen(service_env, shell=True, executable='/bin/bash').wait()
17
+ subprocess.call(["forever","start","/home/user/.nvm/versions/node/v20.15.1/bin/n8n"])
18
 
19
  # Get the API key from environment variables
20
  key = "UCODE_SECRET"