diff --git a/ai/honcho/Dockerfile b/ai/honcho/Dockerfile index 7951810..a0c804a 100644 --- a/ai/honcho/Dockerfile +++ b/ai/honcho/Dockerfile @@ -72,4 +72,4 @@ COPY honcho-nginx.conf /etc/nginx/conf.d/default.conf EXPOSE 80 -CMD ["sh", "-c", "nginx -g 'daemon off;' & fastapi run --host 127.0.0.1 --port 8000 src/main.py & python3 -m src.deriver & wait -n"] +CMD ["bash", "-c", "nginx -g 'daemon off;' & fastapi run --host 127.0.0.1 --port 8000 src/main.py & python3 -m src.deriver & wait -n"]