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

Create ./volumes at cloning #555

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 30, 2022

  1. Create ./volumes at cloning

    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.
    ukkopahis committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    3c8c2b7 View commit details
    Browse the repository at this point in the history