communitytools-image2docker-win
communitytools-image2docker-win copied to clipboard
IIS file ownership only needed for App_Data
Currently for IIS apps, the Dockerfile changes ownership of all files in the site content path to the IIS user group. The only files that should need write access are in the App_Data
folder for ASP.NET apps. It would be safer to change ownership for that path only.