I am trying to containerize my ASP.NET application using Docker. The image is based on aspnet:4.7.2, i.e.
FROM mcr.microsoft.com/dotnet/framework/aspnet:4.7.2