[Skip CI] Remove automatic creation of superuser
We might want to execute that cmd manually within the container.
This commit is contained in:
parent
e8e0f8a1f2
commit
0b6018d539
1 changed files with 2 additions and 3 deletions
|
@ -17,9 +17,8 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: taiga-back
|
||||
command:
|
||||
- python /taiga-back/docker/manage.py createsuperuser --noinput
|
||||
- /taiga-back/docker/entrypoint.sh
|
||||
command:
|
||||
- /taiga-back/docker/entrypoint.sh
|
||||
image: taigaio/taiga-back:latest
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
|
|
Loading…
Reference in a new issue