Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Menu usually won't explicitly create the ./volumes -folder, hence Docker will create it as owned by root. This will later cause problems for build hooks trying to prepare directories into a now root-owned folder. E.g. adding nextcloud later will fail with: Error running PreBuildHook on 'nextcloud' [Errno 13] Permission denied: './volumes/nextcloud' Creating volumes as part of the initial git-clone will ensure it's owned by the correct user. For existing users, also add command to fix its owner when the menu is started.
- Loading branch information