Add production Dockerfile for backend deployment

This commit is contained in:
Chris
2026-04-03 03:11:28 +08:00
parent fc81696abf
commit 40d9fb8dcf
4 changed files with 59 additions and 0 deletions

13
backend/.dockerignore Normal file
View File

@@ -0,0 +1,13 @@
.git
.gitignore
.venv
__pycache__
*.pyc
*.pyo
*.pyd
.pytest_cache
.ruff_cache
tests
.env
.env.development
*.log