1 Star 0 Fork 0

andyshao / 税务cms

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 224 Bytes
一键复制 编辑 原始数据 按行查看 历史
简单就好丨 提交于 2019-06-03 12:24 . 首次提交
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/ .
C#
1
https://gitee.com/andyshao/ShuiWucms.git
git@gitee.com:andyshao/ShuiWucms.git
andyshao
ShuiWucms
税务cms
master

搜索帮助