chore: Initial commit

This commit is contained in:
Vincent Mahnke 2026-04-07 21:26:01 +02:00
commit 193c449e65
4 changed files with 207 additions and 0 deletions

View 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"]