add in supervisord files
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user