#!/usr/bin/env bash rm -rf /staticFiles/* && \ python manage.py collectstatic && \ python manage.py migrate && \ gunicorn wsgi:application --bind 0.0.0.0:8000