feat(sp23): backend Dockerfile (multi-stage, sqlcipher, non-root, healthcheck)

This commit is contained in:
Cyclone
2026-06-23 17:21:54 -06:00
parent 364e5d7497
commit 59e69127a2
2 changed files with 86 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
.venv/
venv/
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.ruff_cache/
tests/
docs/prodfiles/
*.production.txt
.git/
.github/