Currently, installing the Magento Cloud template requires PHP to be installed on one's host system. This change provides commands which use Docker to allow things such as composer install and vendor/bin/ece-tools. This happens with only Docker and Bash installed, and does not require PHP on the host system.
Description
Currently, installing the Magento Cloud template requires PHP to be installed on one's host system. This change provides commands which use Docker to allow things such as
composer install
andvendor/bin/ece-tools
. This happens with only Docker and Bash installed, and does not require PHP on the host system.Issues resolved
MAGECLOUD-3243 https://github.com/magento/magento-cloud-docker/issues/47