abenkbp commited on
Commit
62acff1
·
1 Parent(s): f31b7b9
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -14,6 +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
 
18
  # Get the API key from environment variables
19
  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","n8n"])
18
 
19
  # Get the API key from environment variables
20
  key = "UCODE_SECRET"