start.sh 58 B

123
  1. #!/bin/bash
  2. uvicorn main:app --host 0.0.0.0 --port 5000 &