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