添加Docker多阶段构建和GitHub Actions自动打包推送

This commit is contained in:
Admin
2026-04-29 19:35:43 +08:00
parent 34b5c1efbb
commit 81287e19b2
5 changed files with 142 additions and 72 deletions
+22
View File
@@ -0,0 +1,22 @@
node_modules
dist
.git
.github
*.exe
*.dll
*.so
*.dylib
*.test
*.out
backend/verification-platform-backend.exe
backend/uploads
backend/embedded
frontend/node_modules
frontend/dist
frontend/.nuxt
frontend/.output
database
docs
README.md
.env
.env.*