rishab1090 commited on
Commit
2b7f244
·
verified ·
1 Parent(s): 4fd6cfd

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +1 -1
start.sh CHANGED
@@ -2,4 +2,4 @@
2
  # entrypoint for the container — run uvicorn on $PORT
3
  set -euo pipefail
4
  PORT="${PORT:-8080}"
5
- exec python -m uvicorn app:app --host 0.0.0.0 --port "${PORT}" --workers 1
 
2
  # entrypoint for the container — run uvicorn on $PORT
3
  set -euo pipefail
4
  PORT="${PORT:-8080}"
5
+ exec python3 -m uvicorn app:app --host 0.0.0.0 --port "${PORT}" --workers 1