Add production Dockerfile for backend deployment

This commit is contained in:
Chris
2026-04-03 03:11:28 +08:00
parent a187acf58c
commit 75cf22f7e5
3 changed files with 55 additions and 0 deletions

13
.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