docker/entrypoint.sh aktualisiert

This commit is contained in:
2025-08-11 21:15:24 +00:00
parent 5aa9f26470
commit d95c4344c3

View File

@@ -2,6 +2,7 @@
set -euo pipefail
# Apply migrations
python manage.py makemigrations
python manage.py migrate --noinput
# Create admin user if provided