#!/bin/sh set -e echo "Applying database migrations..." python3 manage.py migrate --noinput echo "Starting Django application..." exec "$@"