From 479ed41f98c2c36e71aeb4cbc8214122def463bb Mon Sep 17 00:00:00 2001 From: erik Date: Fri, 1 Sep 2023 09:37:32 +0200 Subject: [PATCH] Add missing --noinput --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.