ideasonpurpose/docker-wordpress-dev

~/.composer permissions are wrong if doesn't exist

Opened this issue · 0 comments

If the composer service runs but there is not yet a ~/.composer directory Docker will create the directory but leave it owned by root and then fail when the user the composer service is running as tries to write to it.

If possible, the composer service should create the mount with the correct owner.