debug
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ subprocess.Popen(api_env, shell=True, executable='/bin/bash').wait()
|
|
| 16 |
|
| 17 |
service_env = "npm install -g forever"
|
| 18 |
subprocess.Popen(service_env, shell=True, executable='/bin/bash').wait()
|
| 19 |
-
subprocess.call(["forever","start","/home/user/.nvm/versions/node/v20.15.1/bin/n8n
|
| 20 |
|
| 21 |
# Get the API key from environment variables
|
| 22 |
key = "UCODE_SECRET"
|
|
|
|
| 16 |
|
| 17 |
service_env = "npm install -g forever"
|
| 18 |
subprocess.Popen(service_env, shell=True, executable='/bin/bash').wait()
|
| 19 |
+
subprocess.call(["forever","start","/home/user/.nvm/versions/node/v20.15.1/bin/n8n","start","--tunnel"])
|
| 20 |
|
| 21 |
# Get the API key from environment variables
|
| 22 |
key = "UCODE_SECRET"
|