Update command
This commit is contained in:
parent
61f3a0b178
commit
eafab1623f
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: taiga-back
|
||||
command: ["/taiga-back/entrypoint.sh"]
|
||||
command:
|
||||
- /taiga-back/docker/entrypoint.sh
|
||||
image: taigaio/taiga-back:latest
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
|
|
Loading…
Reference in a new issue