simulator / start.sh
rishab1090's picture
Update start.sh
10235cf verified
raw
history blame contribute delete
195 Bytes
#!/usr/bin/env bash
set -euo pipefail
exec python3 -m uvicorn app:app --host 0.0.0.0 --port ${PORT:-7860} --workers 1
exec python3 -m uvicorn app:app --host 0.0.0.0 --port "${PORT}" --workers 1