dockerfiles icon indicating copy to clipboard operation
dockerfiles copied to clipboard

Add new functions for faster permissions setting

Open kierenevans opened this issue 7 years ago • 2 comments

  • Add common methods to set permissions so we can extend it in the future to include setfacl if possible.
  • Use find to speed up permissions setting by finding files and directories not owned by the right user/group or not the right permissions - this helps a lot when using volumes!

kierenevans avatar Jul 24 '17 16:07 kierenevans

That's a very good idea! What's blocking this PR?

sroze avatar Sep 09 '17 11:09 sroze

@kierenevans do you think you'd have some time at some point to go forward with this issue? Waiting a long time at every container start on the chown -R build:build /app/ command is quite a disruption on projects.

sroze avatar Jan 08 '18 21:01 sroze