ricardoamaro / drupal8-docker-app

App Container Drupal 8 in Docker serves as Drupal Trial for Linux/Mac/Windows users and as an Out-of-the-box Development Container
https://github.com/ricardoamaro/drupal8-docker-app
GNU General Public License v3.0
87 stars 51 forks source link

Container shows drush not found failing drupal installation #20

Closed mkd63 closed 3 years ago

mkd63 commented 3 years ago

The docker image installs Drush, composer, and drupal perfectly after making changes suggested by @kazlauskis. But, while starting the same in the container. It doesn't install the site on drupal. It also throws an error that /.composer/vendor/drush/drush/drush does not exist. While it clearly installs drush which is evident from image build logs. It installs drush globally.

@ricardoamaro Please have a look at this issue.

mkd63 commented 3 years ago

changing export DRUSH="/.composer/vendor/drush/drush/drush" to export DRUSH="drush" worked for me !

ricardoamaro commented 3 years ago

Fixed in commit 804f61430cee0e4bfa3dff5ed761ee7ee93e867d Thank you