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:
|
containers:
|
||||||
- name: taiga-back
|
- name: taiga-back
|
||||||
command:
|
command:
|
||||||
|
- python /taiga-back/docker/manage.py createsuperuser --noinput
|
||||||
- /taiga-back/docker/entrypoint.sh
|
- /taiga-back/docker/entrypoint.sh
|
||||||
- /taiga-back/docker/manage.py createsuperuser --noinput
|
|
||||||
image: taigaio/taiga-back:latest
|
image: taigaio/taiga-back:latest
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Reference in a new issue