runservice.sh 124 B

1234
  1. #!/bin/sh
  2. source venv/bin/activate
  3. python set_uploads.py
  4. exec gunicorn -b :5000 --access-logfile - --error-logfile - app:app