From 5de7afd696fafdac67319146c02e7dc316b8ec41 Mon Sep 17 00:00:00 2001 From: Ryan <92270453+Ryanarcx2@users.noreply.github.com> Date: Mon, 1 Jun 2026 11:38:37 +0200 Subject: [PATCH] Create search cache directory in Docker image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ab08291..535f0a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ RUN pip install --no-cache-dir -r requirements.txt COPY . . # Create data directory (mount a volume here for persistence) -RUN mkdir -p data logs +RUN mkdir -p data logs services/cache/search # Entrypoint that drops to PUID/PGID (default 1000:1000) and repairs # ownership on the bind-mounted /app/data and /app/logs. Without this,