Skip to content

fix: remove unnecessary cd command from composer install in bootstrap#11

Open
dannorthern wants to merge 1 commit into
mainfrom
dev
Open

fix: remove unnecessary cd command from composer install in bootstrap#11
dannorthern wants to merge 1 commit into
mainfrom
dev

Conversation

@dannorthern

Copy link
Copy Markdown
Member

The run_composer_install() function was failing because it was trying to change directory on the host before running lando composer install, but lando runs commands inside the container where the project directory is already mounted. Removed the cd command to fix the "composer.json not found" error during setup.

The run_composer_install() function was failing because it was trying to
change directory on the host before running lando composer install, but
lando runs commands inside the container where the project directory is
already mounted. Removed the cd command to fix the "composer.json not found"
error during setup.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant