update
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ subprocess.Popen(node, shell=True, executable='/bin/bash').wait()
|
|
| 14 |
app_npx = "npm install -g npx"
|
| 15 |
subprocess.Popen(app_npx, shell=True, executable='/bin/bash').wait()
|
| 16 |
|
| 17 |
-
app_nginx = "
|
| 18 |
subprocess.Popen(app_nginx, shell=True, executable='/bin/bash').wait()
|
| 19 |
|
| 20 |
app_n8n = "npm install -g n8n"
|
|
|
|
| 14 |
app_npx = "npm install -g npx"
|
| 15 |
subprocess.Popen(app_npx, shell=True, executable='/bin/bash').wait()
|
| 16 |
|
| 17 |
+
app_nginx = "nginx-install"
|
| 18 |
subprocess.Popen(app_nginx, shell=True, executable='/bin/bash').wait()
|
| 19 |
|
| 20 |
app_n8n = "npm install -g n8n"
|