start.sh 91 B

1234567
  1. #!/bin/bash
  2. set -ex
  3. service cron start
  4. gunicorn --bind 0.0.0.0:8000 src.wsgi:application