准备部署

This commit is contained in:
AgentLabCn
2026-06-15 21:21:20 +08:00
parent 4167714149
commit 6c22cf9ef7
17 changed files with 898 additions and 2 deletions
+23
View File
@@ -0,0 +1,23 @@
# 排除无需进入构建上下文的文件
node_modules/
dist/
# 环境变量(含密钥/本地配置,不应进入镜像)—— 与 backend/.dockerignore 保持一致
.env
.env.*
# 日志
*.log
npm-debug.log*
yarn-debug.log*
pnpm-debug.log*
# 版本控制与编辑器
.git/
.gitignore
.vscode/
.idea/
# Dockerfile 本身
Dockerfile
Dockerfile.prod