ignore already created superuser
This commit is contained in:
parent
c59d243cc0
commit
7e3f33a824
|
@ -19,7 +19,7 @@ services:
|
||||||
&& sleep 3
|
&& sleep 3
|
||||||
&& python manage.py migrate
|
&& python manage.py migrate
|
||||||
&& DJANGO_SUPERUSER_PASSWORD='root' python manage.py createsuperuser\
|
&& 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
|
&& python manage.py runserver 0.0.0.0:80
|
||||||
"
|
"
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in New Issue