#!/bin/sh sleep 20 python manage.py migrate python manage.py seed_images python manage.py collectstatic --noinput exec "$@"