feat: 框架代码同步 (#346)

[skip ci]

Co-authored-by: tk <fiyne1a@dingtalk.com>
This commit is contained in:
2025-09-30 15:16:58 +08:00
committed by GitHub
parent c8896896ed
commit 03d4b54e77
35 changed files with 220 additions and 100 deletions

View File

@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/aspnet:9.0.8 AS base
FROM mcr.microsoft.com/dotnet/aspnet:9.0.9 AS base
WORKDIR /app
EXPOSE 8080
RUN apt update