diff --git a/README.md b/README.md index 8cd7035..b866ea5 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ The init container gets the following command and args: ```yaml command: ["/bin/bash"] -args: ["-c", "source /opt/venv/bin/activate && python manage.py createsuperuser"] +args: ["-c", "source /opt/venv/bin/activate && python manage.py createsuperuser --noinput"] ``` Thus the dockerfile default entrypoint is ignored.