Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix docker produced file permissions #22

Open
willprice opened this issue May 9, 2019 · 0 comments
Open

Fix docker produced file permissions #22

willprice opened this issue May 9, 2019 · 0 comments
Labels
core Core functionality

Comments

@willprice
Copy link
Owner

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

@willprice willprice added the core Core functionality label May 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Core functionality
Projects
None yet
Development

No branches or pull requests

1 participant