PHP 7.4
Magento 2.4 extensions bundle
docker pull ghcr.io/scandipwa/create-magento-app:php-7.4-magento-2.4/** @type {import('@scandipwa/magento-scripts').CMAConfiguration} */
module.exports = {
// ... other configurations
configuration: {
php: {
baseImage: 'ghcr.io/scandipwa/create-magento-app:php-7.4-magento-2.4'
}
}
};Last updated