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,