Fix execution path
This commit is contained in:
parent
e9755a6b3f
commit
9c47a20808
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ spec:
|
|||
- name: taiga-async
|
||||
image: taigaio/taiga-back:latest
|
||||
imagePullPolicy: IfNotPresent
|
||||
command: ["async_entrypoint.sh"] # ToDo: Fix execution path
|
||||
command: ["/taiga-back/docker/async_entrypoint.sh"]
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: 8000
|
||||
|
|
Loading…
Reference in a new issue