1 2 3 4
FROM mcr.microsoft.com/dotnet/core/aspnet:3.1 WORKDIR /app COPY ./publish . ENTRYPOINT ["dotnet", "Timeline.dll"]