FROM registry.cn-shanghai.aliyuncs.com/extimaging/aspnetcore:v8.2 WORKDIR /app COPY publish . ENTRYPOINT ["dotnet", "IRaCIS.Core.API.dll"]