muellerzr HF staff commited on
Commit
d8e9fd4
1 Parent(s): bb2689e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def run_aim():
25
  subprocess.run(["unzip", "test.zip"])
26
  subprocess.run(["mv", "test/.aim/", "/home/user/app/.aim/"])
27
  time.sleep(5)
28
- cmd = f"aim up --host {HOST} --port {PORT} --dev --base-path /proxy/absolute/{port} &"
29
  subprocess.run(cmd, shell=True)
30
 
31
  """
 
25
  subprocess.run(["unzip", "test.zip"])
26
  subprocess.run(["mv", "test/.aim/", "/home/user/app/.aim/"])
27
  time.sleep(5)
28
+ cmd = f"aim up --host {HOST} --port {PORT} --dev --base-path /proxy/absolute/{PORT} &"
29
  subprocess.run(cmd, shell=True)
30
 
31
  """