I created a WEB program using .NET 8 MVC and adopted Aspose.Slides. Instead of the NuGet version, I used the release version from the official website. Currently, I’ve found that when using the AddClone function of Slide….../app/build RUN dotnet publish -c Release -o /app/publish /p:UseAppHost=false...复制发布的应用 COPY --from=build /app/publish . # 设置生产环境变量(重要!) ENV ASPN...