Add correct container commands
This commit is contained in:
parent
e908158773
commit
e2d5fd6723
1 changed files with 3 additions and 1 deletions
|
@ -20,7 +20,9 @@ spec:
|
|||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 80
|
||||
command: ["async_entrypoint.sh"]
|
||||
command:
|
||||
- python manage.py
|
||||
- python manage.py createsuperuser
|
||||
volumeMounts:
|
||||
- name: taiga-static
|
||||
mountPath: /taiga-back/static
|
||||
|
|
Loading…
Reference in a new issue