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:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: taiga-back
|
- name: taiga-back
|
||||||
command: ["/taiga-back/entrypoint.sh"]
|
command:
|
||||||
|
- /taiga-back/docker/entrypoint.sh
|
||||||
image: taigaio/taiga-back:latest
|
image: taigaio/taiga-back:latest
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Reference in a new issue