feat: 后台打包测试部署
All checks were successful
Backend Deploy (Go + Docker) / deploy (push) Successful in 1m29s

This commit is contained in:
zs
2026-03-02 23:37:50 +08:00
parent dba30d0ba3
commit 4e5147fb13
6 changed files with 39 additions and 43 deletions

View File

@@ -10,8 +10,7 @@ WORKDIR /app
COPY server_bin .
RUN chmod +x server_bin
# 拷贝数据库迁移文件 (服务启动时自动执行)
COPY migrations ./migrations
# 数据库迁移现已通过 MCP 手动管理,不再打包进镜像
EXPOSE 8009