mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 06:45:05 +01:00
fixed folders, compatible with previous paperless version
This commit is contained in:
parent
024c28a34a
commit
5c4849796b
10 changed files with 27 additions and 23 deletions
|
|
@ -45,6 +45,7 @@ RUN apt-get update \
|
|||
unpaper \
|
||||
&& pip install --upgrade pipenv \
|
||||
&& pipenv install --system --deploy \
|
||||
&& pipenv --clear \
|
||||
&& apt-get -y purge build-essential \
|
||||
&& apt-get -y autoremove --purge \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue