webdevops / php-docker-boilerplate

:stew: PHP Docker Boilerplate for Symfony, Wordpress, Joomla or any other PHP Project (NGINX, Apache HTTPd, PHP-FPM, MySQL, Solr, Elasticsearch, Redis, FTP)
https://webdevops.io/projects/php-docker-boilerplate/
MIT License
562 stars 186 forks source link

The repo has app dir and it prevents create project make targets. #57

Open richhl opened 7 years ago

richhl commented 7 years ago

Following instructions to add my project i've got this error:

$ make create git git@bitbucket.org:myuser/myrepo.git
fatal: destination path '/home/rich/alianza/virtualizacion/php-docker-boilerplate/app' already exists and is not an empty directory.
Makefile:12: recipe for target 'create' failed
make: *** [create] Error 128

Thx in advance