File size: 100 Bytes
2043afa
 
 
 
1
2
3
4
5
#!/usr/bin/env bash
set -euo pipefail

uvicorn backend.main:app --reload --host 0.0.0.0 --port 7860