ci: 流水线新增SkuWorker容器并自动执行数据库迁移
All checks were successful
Build and Deploy TenantApi + SkuWorker / build-and-deploy (push) Successful in 1m55s

This commit is contained in:
2026-02-25 11:37:27 +08:00
parent 77caac3af9
commit 7d3542735b
2 changed files with 30 additions and 4 deletions

View File

@@ -0,0 +1,4 @@
FROM mcr.microsoft.com/dotnet/aspnet:10.0
WORKDIR /app
COPY publish-worker/ .
ENTRYPOINT ["dotnet", "TakeoutSaaS.SkuWorker.dll"]