1 Star 0 Fork 393

卡林血蹄/sscms

forked from dotNET China/sscms 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 224 Bytes
一键复制 编辑 原始数据 按行查看 历史
starlying 提交于 7年前 . docker
FROM microsoft/aspnet:4.7
RUN powershell -NoProfile -Command Remove-Item -Recurse C:\inetpub\wwwroot\*
WORKDIR /inetpub/wwwroot
COPY Dockerfile.ps1 .
RUN powershell -executionpolicy bypass .\Dockerfile.ps1
COPY build/ .
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/kalinxueti/sscms.git
git@gitee.com:kalinxueti/sscms.git
kalinxueti
sscms
sscms
siteserver-v6.13.13

搜索帮助