geerlingguy / jeffgeerling-com

Drupal Codebase for JeffGeerling.com
https://www.jeffgeerling.com
GNU General Public License v2.0
40 stars 2 forks source link

`composer install` does not happen when running `docker-compose up` #38

Closed pereorga closed 4 years ago

pereorga commented 4 years ago

Hi,

I followed the instructions in the README, and I needed to run composer install after running docker-compose up -d:

docker-compose exec drupal bash -c 'composer install'

(otherwise, Drupal did not install)

Thank you for this and for your videos, by the way!

geerlingguy commented 4 years ago

Ah, good point! You can do that on the host machine if you desire (assuming you have PHP and Composer already installed). I'll get the README updated.

geerlingguy commented 4 years ago

Fixed via above commit.