Create search cache directory in Docker image

This commit is contained in:
Ryan 2026-06-01 11:38:37 +02:00 committed by GitHub
parent 9955f5bc95
commit 5de7afd696
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,7 +30,7 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY . . COPY . .
# Create data directory (mount a volume here for persistence) # 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 # Entrypoint that drops to PUID/PGID (default 1000:1000) and repairs
# ownership on the bind-mounted /app/data and /app/logs. Without this, # ownership on the bind-mounted /app/data and /app/logs. Without this,