dockerfile asp.nete core实例

from microsoft/dotnet
workdir /app
copy . /app
expose 80
entrypoint ["dotnet","FloodControlSystem.dll"]
原文地址:https://www.cnblogs.com/li5206610/p/8861924.html