Fix execution path

This commit is contained in:
erik 2023-08-10 13:44:30 +02:00
parent e9755a6b3f
commit 9c47a20808

View file

@ -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