Creating user in ASP NET image

I am trying to host a .NET application in mcr.microsoft.com/dotnet/framework/aspnet:4.8

This requires a user account with permission to change the configuration files. Is it possible to get the default user account for this image or add a new user or do I have to use the windows core image instead?

Any information is appreciated. Thank you.