fix: 修复并优化部署流程 #75

Merged
huanghaosheng merged 7 commits from develop into main 2026-06-14 14:57:21 +08:00
2 changed files with 17 additions and 0 deletions
Showing only changes of commit d32112e074 - Show all commits

9
backend/.dockerignore Normal file
View File

@@ -0,0 +1,9 @@
bin
tmp
.git
.gitignore
*.md
.env*
.vscode
.idea
vendor

8
frontend/.dockerignore Normal file
View File

@@ -0,0 +1,8 @@
node_modules
dist
.git
.gitignore
*.md
.env*
.vscode
.idea