Add PYTHONPATH to Dockerfile for worker imports

This commit is contained in:
gilesb
2026-01-08 02:21:05 +00:00
parent 01f6db0621
commit f61c82dd51

View File

@@ -21,6 +21,7 @@ RUN mkdir -p /data/cache
ENV PYTHONUNBUFFERED=1
ENV EFFECTS_PATH=/app/artdag-effects
ENV PYTHONPATH=/app
# Default command runs the server
CMD ["python", "server.py"]