add in supervisord files

This commit is contained in:
2026-01-03 12:28:54 -05:00
parent 0e05cb61ed
commit 9e375799d2

View File

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