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

Merged
huanghaosheng merged 4 commits from fix/workflow-fix into develop 2026-06-14 14:56:52 +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