Add .dockerignore to prevent service account being baked into image

This commit is contained in:
2026-02-25 22:16:43 +02:00
parent 8cb639c1bd
commit 2f610633c4

4
backend/.dockerignore Normal file
View File

@@ -0,0 +1,4 @@
firebase-service-account.json
__pycache__/
*.pyc
.venv/