From 0480ca9653f0d566eaedadf0af0d785a9938480b Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Mon, 17 Aug 2026 00:01:38 -0700 Subject: [PATCH] refac Co-Authored-By: Solaris-star <67425364+solaris-star@users.noreply.github.com> --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 9345441984..9ac31300f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -162,6 +162,7 @@ RUN set -e; \ fi; \ fi; \ mkdir -p /app/backend/data; chown -R $UID:$GID /app/backend/data/; \ + if [ -d /app/backend/data/cache ]; then chmod -R a+rX /app/backend/data/cache; fi; \ rm -rf /var/lib/apt/lists/*; # Optional: PPTX parsing through unstructured may need spaCy's English model.