fix: docker creation error
This commit is contained in:
parent
93a756be78
commit
213e76afcd
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,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
|
||||
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