abenkbp commited on
Commit
559ecd8
·
1 Parent(s): 505fdf9
Files changed (1) hide show
  1. app.py +1 -1
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 = "npx 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"