You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently docker will run as root. All files written by flowty within the container will be owned by root:root. We should fix this so at least the files will be written as 1000:1000 as most users will have this UID/GID. Also have a look at Docker's --user arg as an alternative solution
The text was updated successfully, but these errors were encountered:
Currently docker will run as root. All files written by flowty within the container will be owned by
root:root
. We should fix this so at least the files will be written as1000:1000
as most users will have this UID/GID. Also have a look at Docker's--user
arg as an alternative solutionThe text was updated successfully, but these errors were encountered: