aisearchonlyApp / start.sh
PraneshJs's picture
Added files
fe7e039 verified
raw
history blame contribute delete
99 Bytes
#!/usr/bin/env bash
PORT=${PORT:-5000}
exec uvicorn app:app --host 0.0.0.0 --port $PORT --workers 1