Execute manage.py before entrypoint.sh
This commit is contained in:
parent
356a4a1eef
commit
e8e0f8a1f2
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ spec:
|
|||
containers:
|
||||
- name: taiga-back
|
||||
command:
|
||||
- /taiga-back/docker/entrypoint.sh
|
||||
- /taiga-back/docker/manage.py createsuperuser --noinput
|
||||
- python /taiga-back/docker/manage.py createsuperuser --noinput
|
||||
- /taiga-back/docker/entrypoint.sh
|
||||
image: taigaio/taiga-back:latest
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
|
|
Loading…
Reference in a new issue