docker-archive / communitytools-image2docker-win

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IIS file ownership only needed for App_Data

sixeyed opened this issue · comments

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.