Fix: Allow setting of other Granian options (#9360)

This commit is contained in:
Trenton H
2025-03-11 10:33:56 -07:00
committed by GitHub
parent f4413e0a08
commit 9944f81512
9 changed files with 79 additions and 99 deletions

View File

@@ -190,11 +190,6 @@ RUN set -eux \
&& rm --force --verbose *.deb \
&& rm --recursive --force --verbose /var/lib/apt/lists/*
# Copy webserver config
# Changes very infrequently
WORKDIR /usr/src/paperless/
COPY --chown=1000:1000 webserver.py /usr/src/paperless/webserver.py
WORKDIR /usr/src/paperless/src/
# Python dependencies