PHP 7.2
Magento 2.3 extensions bundle
To pull the PHP 7.2 image with Magento 2.3 extensions, you can run the following command:
docker pull ghcr.io/scandipwa/create-magento-app:php-7.2-magento-2.3
You can set this image in the configuration file to be used in your project.
/** @type {import('@scandipwa/magento-scripts').CMAConfiguration} */
module.exports = {
// ... other configurations
configuration: {
php: {
baseImage: 'ghcr.io/scandipwa/create-magento-app:php-7.2-magento-2.3'
}
}
};
Last updated
Was this helpful?