#!/usr/bin/env sh set -e uv run python manage.py migrate uv run python manage.py collectstatic --noinput exec "$@"