Kokoro-FastAPI/docker/scripts/entrypoint.sh

4 lines
No EOL
103 B
Bash

#!/bin/bash
set -e
exec python -m uvicorn api.src.main:app --host 0.0.0.0 --port 8880 --log-level info