From 9e375799d26e374257a5caec38f42322348a360f Mon Sep 17 00:00:00 2001 From: Kevin Whitaker Date: Sat, 3 Jan 2026 12:28:54 -0500 Subject: [PATCH] add in supervisord files --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index 2978f33..a0f23d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -73,6 +73,10 @@ RUN uv python install 3.13 # Install Python dependencies RUN uv sync --all-extras +# add supervisor configs +ADD supervisor/* /etc/supervisor/conf.d/ +RUN ln -sf /run/supervisord.log /var/log/supervisor/supervisord.log + ENV PATH="/app/code/.venv/bin:${PATH}" COPY start.sh /app/pkg/