#!/usr/bin/env bash set -euxo pipefail echo "Migrate database..." python manage.py migrate echo "Start uwsgi..." exec uwsgi --ini docker/uwsgi.ini