部署docker化

This commit is contained in:
andy
2026-08-03 11:25:55 +08:00
parent ed6229c203
commit 393b841023
9 changed files with 284 additions and 0 deletions

10
backend/.dockerignore Normal file
View File

@@ -0,0 +1,10 @@
.env
.env.*
*.env
*.log
node_modules
dist
coverage
.DS_Store
.idea
__pycache__