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

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