[Skip CI] Remove automatic creation of superuser

We might want to execute that cmd manually within the container.
This commit is contained in:
erik 2023-08-29 14:49:35 +02:00
parent e8e0f8a1f2
commit 0b6018d539

View file

@ -17,9 +17,8 @@ spec:
spec: 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
image: taigaio/taiga-back:latest image: taigaio/taiga-back:latest
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports: