Anyone gets the solution? I got my sail up running no problem, but once I started installing livewire, I have
- Downloading livewire/livewire (v2.10.6)
- Installing livewire/livewire (v2.10.6): Extracting archive
Failed to extract livewire/livewire: (1) '/usr/bin/unzip' -qq '/var/www/html/vendor/composer/tmp-671a150cd357ce6200f26d46bd4843c5' -d '/var/www/html/vendor/composer/409acba3'
chmod (directory attributes) error: Operation not permitted
fchmod (file attributes) error: Operation not permitted
warning: cannot set modif./access times for /var/www/html/vendor/composer/409acba3/livewire-livewire-020ad09/.all-contributorsrc
Operation not permitted
chmod (directory attributes) error: Operation not permitted
fchmod (file attributes) error: Operation not permitted
warning: cannot set modif./access times for /var/www/html/vendor/composer/409acba3/livewire-livewire-020ad09/.github/FUNDING.yml
Operation not permitted
chmod (directory attributes) error: Operation not permitted
fchmod (file attributes) error: Operation not permitted
warning: cannot set modif./access times for /var/www/html/vendor/composer/409acba3/livewire-livewire-020ad09/.github/ISSUE_TEMPLATE/bug_report.md
Operation not permitted
fchmod (file attributes) error: Operation not permitted
warning: cannot set modif./access times for /var/www/html/vendor/composer/409acba3/livewire-livewire-020ad09/.github/ISSUE_TEMPLATE/config.yml
User 1000 for my machine is the current user on the host machine - creating that user in the docker file I believe stops the permissions issue (or at least reduces it as mine hasn't gone away 100% of the time and needs a docker restart every now and again