chore: 添加 .dockerignore 优化 Docker 构建上下文

This commit is contained in:
hhs
2026-06-14 14:54:52 +08:00
parent 304a45b0ad
commit d32112e074
2 changed files with 17 additions and 0 deletions

8
frontend/.dockerignore Normal file
View File

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