Elysiadev11 commited on
Commit
99ef059
·
verified ·
1 Parent(s): e0778bc

Update start.sh to run app.py instead of proxy_cerebras.py

Browse files
Files changed (1) hide show
  1. start.sh +3 -0
start.sh ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ #!/bin/bash
2
+ set -e
3
+ exec python /app/app.py