1 Star 0 Fork 0

非洲平头哥 / WTM

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
wtmdoc.Dockerfile 407 Bytes
一键复制 编辑 原始数据 按行查看 历史
Vito 提交于 2019-06-12 11:42 . add 添加wtmdoc docker
FROM mcr.microsoft.com/dotnet/core/sdk:2.2-alpine AS build
WORKDIR /app
COPY . .
RUN dotnet publish "./doc/WalkingTec.Mvvm.Doc/WalkingTec.Mvvm.Doc.csproj" -c Release -o /app/out
FROM mcr.microsoft.com/dotnet/core/aspnet:2.2-alpine AS runtime
WORKDIR /app
COPY --from=build /app/out ./
ENV ASPNETCORE_URLS http://+:80
ENV ASPNETCORE_ENVIRONMENT Production
ENTRYPOINT ["dotnet", "WalkingTec.Mvvm.Doc.dll"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/Alexander360/WTM.git
git@gitee.com:Alexander360/WTM.git
Alexander360
WTM
WTM
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891