feat: add docker support

This commit is contained in:
Sun-ZhenXing
2025-06-15 12:35:56 +08:00
parent e1b112f401
commit b53f744aa7
10 changed files with 187 additions and 31 deletions

29
.dockerignore Normal file
View File

@@ -0,0 +1,29 @@
# Environment files
.env.*
!.env.example
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
# Docker files
Dockerfile
docker-compose.*
# Git files
.git/
.gitignore
# IDE files
.idea/
.vscode/
# misc
.DS_Store