Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix write permissions when running CLI commands
Pass the current user's UID when running on linux, as the mounted volumes are _directly_ accessed from the container. Unlike macOs, where the mounted volumes are is a Docker shared filesystem that correctly maps user permissions. Fixes #183.
- Loading branch information