Add PYTHONPATH to Dockerfile for worker imports
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user