ignore already created superuser

This commit is contained in:
Christoph J. Scherr 2023-10-02 11:30:52 +02:00
parent c59d243cc0
commit 7e3f33a824
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ services:
&& sleep 3
&& python manage.py migrate
&& DJANGO_SUPERUSER_PASSWORD='root' python manage.py createsuperuser\
--username root --noinput --email software@cscherr.de
--username root --noinput --email software@cscherr.de || true
&& python manage.py runserver 0.0.0.0:80
"
volumes: