feat: Containerfile und Entrypoint

Basis-Image docker.io/library/python:3.12.11-slim wie im Brief gepinnt
(Tag existiert auf Docker Hub, kein Patch-Bump nötig, verifiziert via
podman pull).

Zusätzlich finance/.containerignore ergänzt (.venv/, tests/, .env,
*.sqlite, inbox/, uploads/), da der Build-Kontext sonst echte
Bank-PDFs aus tests/fixtures/ sowie die ~150MB .venv/ in den
Container-Build einschleusen würde.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-17 19:26:15 +02:00
parent fca11f551c
commit a1d8e91cbc
3 changed files with 22 additions and 0 deletions

6
finance/.containerignore Normal file
View File

@@ -0,0 +1,6 @@
.venv/
tests/
.env
*.sqlite
inbox/
uploads/