diff --git a/docker/production/entrypoint-master.sh b/docker/production/entrypoint-master.sh index 3ecdd40..a6ba638 100755 --- a/docker/production/entrypoint-master.sh +++ b/docker/production/entrypoint-master.sh @@ -16,6 +16,7 @@ if ! [ -f completed_initial_run ]; then python jdav_web/manage.py compilemessages --locale de python jdav_web/manage.py migrate + python jdav_web/manage.py ensuresuperuser touch completed_initial_run fi