I don't know how feasible this one is, as we have functionality to change ownership of files through env. variables. Leveraging this to a non-root user would possibly also require using sudo, gosu or something else. At this point I don't really know if it makes sense to change the container user if root is required for volume folders and changing permissions.
I don't know how feasible this one is, as we have functionality to change ownership of files through env. variables. Leveraging this to a non-root user would possibly also require using
sudo
,gosu
or something else. At this point I don't really know if it makes sense to change the container user if root is required for volume folders and changing permissions.