原创 Dockerfile 備份

dotnet core app FROM microsoft/dotnet:1.1.0-runtime WORKDIR /mvcApp COPY ./out . ENTRYPOINT ["dotnet", "mvcApp.dll"] E