#!/bin/sh python3 manage.py migrate nginx -c /app/nginx.conf & gunicorn --bind :8000 --workers 2 project.wsgi:application --timeout 120