start.sh 84 B

12
  1. #!/bin/sh
  2. uvicorn main:app --host 0.0.0.0 --port 8000 --workers 20 --log-level info