debug
Browse files- app.py +0 -6
- packages.txt +1 -2
app.py
CHANGED
|
@@ -11,12 +11,6 @@ subprocess.call(["pip","install","--upgrade","pip"])
|
|
| 11 |
subprocess.call("curl -o- file:///home/user/app/data/setup.sh | bash", shell=True, executable='/bin/bash')
|
| 12 |
subprocess.Popen(node, shell=True, executable='/bin/bash').wait()
|
| 13 |
|
| 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"
|
| 21 |
subprocess.Popen(app_n8n, shell=True, executable='/bin/bash').wait()
|
| 22 |
|
|
|
|
| 11 |
subprocess.call("curl -o- file:///home/user/app/data/setup.sh | bash", shell=True, executable='/bin/bash')
|
| 12 |
subprocess.Popen(node, shell=True, executable='/bin/bash').wait()
|
| 13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
app_n8n = "npm install -g n8n"
|
| 15 |
subprocess.Popen(app_n8n, shell=True, executable='/bin/bash').wait()
|
| 16 |
|
packages.txt
CHANGED
|
@@ -1,3 +1,2 @@
|
|
| 1 |
net-tools
|
| 2 |
-
|
| 3 |
-
iputils-ping
|
|
|
|
| 1 |
net-tools
|
| 2 |
+
nginx
|
|
|