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
88 stars 51 forks source link

Drush is missing #19

Closed kazlauskis closed 3 years ago

kazlauskis commented 3 years ago

For some reason the image didn't build for me correctly as it couldn't find drush. Linking it from a different place helped to fix it (line 38) change: && ln -s /.composer/vendor/drush/drush/drush /usr/local/bin/drush \ to && ln -s /.config/composer/vendor/drush/drush/drush /usr/local/bin/drush \

CyberHacky-zz commented 3 years ago

Thanks, Man, It's working now, I faced the same issue

ricardoamaro commented 3 years ago

Fixed in commit 804f61430cee0e4bfa3dff5ed761ee7ee93e867d Thank you