jonaswinkler / paperless-ng

A supercharged version of paperless: scan, index and archive all your physical documents
https://paperless-ng.readthedocs.io/en/latest/
GNU General Public License v3.0
5.37k stars 357 forks source link

requirements.txt missing #263

Closed TKroenert closed 3 years ago

TKroenert commented 3 years ago

$ docker-compose up -d ERROR: Service 'webserver' failed to build: COPY failed: stat /share/lib/docker/tmp/docker-builder1234567/requirements.txt: no such file or directory

https://github.com/jonaswinkler/paperless-ng/blob/70cb27bf0a04eab157bc1d91d7084f1a29a6bbc3/docker/local/Dockerfile#L5

how to proceed? A) $ wget https://github.com/the-paperless-project/paperless/blob/master/requirements.txt B) $ mv Pipfile requirements.txt C) $ sed 's/requirements.txt/Pipfile/g' Dockerfile

jonaswinkler commented 3 years ago

Please download the release archive. This has everything where it should be.

TKroenert commented 3 years ago

Do not to pull the entire git repository. Overread that warning - my bad.

I have now grabed the release archive for docker-compose and it works. TOP!

jonaswinkler commented 3 years ago

I'm working on making all that a little bit more straight forward to use.