docker-archive / communitytools-image2docker-win

306 stars 78 forks source link

IIS file ownership only needed for App_Data #51

Open sixeyed opened 7 years ago

sixeyed commented 7 years ago

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.