Fix: permission issues with .cache/url_seeder and other runtime cache dirs. ref #1638

This commit is contained in:
ntohidi
2025-11-25 11:51:59 +01:00
parent 94c8a833bf
commit b36c6daa5c

View File

@@ -167,6 +167,11 @@ RUN mkdir -p /home/appuser/.cache/ms-playwright \
RUN crawl4ai-doctor
# Ensure all cache directories belong to appuser
# This fixes permission issues with .cache/url_seeder and other runtime cache dirs
RUN mkdir -p /home/appuser/.cache \
&& chown -R appuser:appuser /home/appuser/.cache
# Copy application code
COPY deploy/docker/* ${APP_HOME}/