Skip to content

Commit

Permalink
Add requirements file
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jun 2, 2022
1 parent 9676883 commit 868e744
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ FROM base-dist as base
COPY scan_to_paperless scan_to_paperless/
COPY pyproject.toml README.md ./
RUN --mount=type=cache,target=/root/.cache \
python3 -m pip install --disable-pip-version-check --no-deps --editable .
python3 -m pip install --disable-pip-version-check --no-deps --editable . \
&& pip freeze --all >/requirements.txt

CMD ["scan-process"]

Expand Down

0 comments on commit 868e744

Please sign in to comment.