chore: Initial commit
This commit is contained in:
commit
193c449e65
4 changed files with 207 additions and 0 deletions
7
2-dockerfile-dry-run/Dockerfile
Normal file
7
2-dockerfile-dry-run/Dockerfile
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
FROM paperlessngx/paperless:1.10.0
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
curl \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
CMD ["python", "-m", "paperless", "server"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue