File size: 119 Bytes
35e7795
 
 
 
 
1
2
3
4
5
6
#!/bin/sh
set -e

python scripts/space_init.py
exec uvicorn qa_annotate.main:app --host 0.0.0.0 --port "${PORT:-7860}"