docker-magento
docker-magento copied to clipboard
Fix for the chmod: cannot access 'bin/magento': No such file or directory issue #731
There's already a PR trying to fix it: https://github.com/markshust/docker-magento/pull/742
It's better because it does version checks of known Magento versions which have this problem. Which is better for the future because with Magento 2.4.4 and higher, those composer plugins are already whitelisted by default and can potentially change in the future, but that will be handled by the Magento team and shouldn't be overwritten anymore for future Magento versions by this package here.
I'm going to close this PR as 2.4.3 is now EOL, and I have no plans to continue supporting any version <=2.4.3.