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

This commit is contained in:
zs
2026-03-02 22:31:12 +08:00
parent dfa5ba1c50
commit 911117f240
3 changed files with 4 additions and 13 deletions

View File

@@ -13,6 +13,6 @@ RUN chmod +x server_bin
# 拷贝数据库迁移文件 (服务启动时自动执行)
COPY migrations ./migrations
EXPOSE 8080
EXPOSE 8009
CMD ["./server_bin"]