Closed baschny closed 3 years ago
Default is $HOME/.composer which is okey for all use-cases. There is no need to have a global COMPOSER_HOME in our containers.
$HOME/.composer
COMPOSER_HOME
This fixes the user www-data not being able to store composer configuration or caches.
www-data
Fixes #17
@remuslazar I have already tried this build locally and it works. The COMPOSER_HOME is now unset so the default works for all users.
Default is
$HOME/.composer
which is okey for all use-cases. There is no need to have a globalCOMPOSER_HOME
in our containers.This fixes the user
www-data
not being able to store composer configuration or caches.Fixes #17