chore: avoid having that problem
This commit is contained in:
parent
d0f2657d3e
commit
11880d2833
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ services:
|
|||
command: >
|
||||
sh -c "python manage.py migrate &&
|
||||
python manage.py collectstatic --no-input &&
|
||||
python manage.py createsuperuser --username \"${ADMIN_USER}\" --email=admin@admin.com --noinput || true &&
|
||||
python manage.py createsuperuser --username \"${ADMIN_USER}\" --email=admin@admin.com --noinput
|
||||
python manage.py runserver 0.0.0.0:4555"
|
||||
volumes:
|
||||
- static:/app/staticfiles
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue