#!/usr/bin/env bash python manage.py collectstatic && \ service nginx start && \ python manage.py migrate && \ gunicorn wsgi:application