run.sh 76 B

1234
  1. #!/bin/bash
  2. source venv/bin/activate
  3. gunicorn -w 8 -b 0.0.0.0:8349 wsgi:app