FROM mcr.microsoft.com/dotnet/aspnet:10.0 # 设置环境变量 ENV TZ=Asia/Shanghai WORKDIR /app COPY . . ENTRYPOINT ["dotnet", "NapCatRobotClient.API.dll"]