entrypoint.sh 106 B

12
  1. #!/bin/bash
  2. exec uvicorn --host="0.0.0.0" --port=5000 --workers=4 --log-level=debug --reload src.main:app