start.sh 95 B

12
  1. #!/bin/bash
  2. nohup uvicorn mainspacy:app --host 0.0.0.0 --port 12012 --reload --no-access-log &