Add missing --noinput
This commit is contained in:
parent
d4cf54eb33
commit
479ed41f98
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ The init container gets the following command and args:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
command: ["/bin/bash"]
|
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.
|
Thus the dockerfile default entrypoint is ignored.
|
||||||
|
|
Loading…
Reference in a new issue