Updated docker files

This commit is contained in:
2025-09-04 21:21:54 +02:00
parent 0c4bbf77c4
commit ca7a8e66d8

View File

@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
RUN pip install --no-cache-dir -r requirements.txt
COPY app /app
COPY app /app/app
ENV CONTENT_BASE_DIR=/library \
PAGE_SIZE=50 \