File size: 104 Bytes
babeaf6
 
 
 
1
2
3
4
5
#!/bin/sh
set -e
alembic upgrade head
uvicorn realtime_ai_character.main:app --host 0.0.0.0 --port 7860