1 Star 0 Fork 0

物华天宝/OrchardCore

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
Dockerfile-CI 282 Bytes
Copy Edit Raw Blame History
Sébastien Ros authored 2021-11-08 16:45 . Update docker files for .NET 6.0
# This Docker file is intended for the CI
# A prerequisite is a published application in the .build/release
FROM mcr.microsoft.com/dotnet/aspnet:6.0
EXPOSE 80
ENV ASPNETCORE_URLS http://+:80
WORKDIR /app
COPY .build/release /app
ENTRYPOINT ["dotnet", "OrchardCore.Cms.Web.dll"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/zxq/OrchardCore.git
git@gitee.com:zxq/OrchardCore.git
zxq
OrchardCore
OrchardCore
main

Search