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/