shiningrise
shiningrise
你再等等,我发现一个更简单的插件化方案
看看 https://github.com/shiningrise/PluginMvc 这个方案
改默认端口为80,调用默认浏览器打开默认页面default.aspx
``` C# FROM mcr.microsoft.com/dotnet/aspnet:9.0 AS final # 设置语言/区域设置环境变量 ENV LANG zh-Hans # 使用阿里云的镜像源进行更新 # RUN sed -i 's/deb.debian.org/mirrors.aliyun.com/' /etc/apt/sources.list # 更新包管理器并安装free命令 #RUN apt-get update && apt-get install -y procps RUN...
https://osharp.top/