harden docker deployment

This commit is contained in:
VPN SaaS Dev
2026-05-12 04:07:52 +09:00
parent d93c88c751
commit 53c3dc42ca
2 changed files with 16 additions and 2 deletions

14
.dockerignore Normal file
View File

@@ -0,0 +1,14 @@
.git/
.history/
.sixth/
.env
.env.*
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.mypy_cache/
.venv/
venv/
dist/
build/