File size: 182 Bytes
95de31d
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
#!/bin/bash
set -e

echo "=== Resolving LFS pointers ==="
python resolve_lfs.py

echo "=== Starting FocusGuard ==="
exec uvicorn main:app --host 0.0.0.0 --port 7860 --log-level info