PaulCastel

Results 2 comments of PaulCastel

Same issue, in an **empty folder**, I running : ``` docker run -ti -u www-data --rm \ -v $(pwd):/srv/pim -v ~/.composer:/var/www/.composer -w /srv/pim \ akeneo/pim-php-dev:4.0 php -d memory_limit=4G /usr/local/bin/composer create-project...

I removed the parent directory and recreate it. Then, I running the same command and this time, that works ! Thanks :)