runservice.sh 104 B

123
  1. #!/bin/bash
  2. source venv/bin/activate
  3. exec gunicorn -b :5000 --access-logfile - --error-logfile - app:app