Add missing --noinput

This commit is contained in:
erik 2023-09-01 09:37:32 +02:00
parent d4cf54eb33
commit 479ed41f98

View file

@ -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.