[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:
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: