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.
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.