docker-magento icon indicating copy to clipboard operation
docker-magento copied to clipboard

Fix for the chmod: cannot access 'bin/magento': No such file or directory issue #731

Open anilacikgoz opened this issue 3 years ago • 1 comments

anilacikgoz avatar Aug 10 '22 11:08 anilacikgoz

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.

hostep avatar Aug 10 '22 16:08 hostep

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.

markshust avatar Dec 04 '22 14:12 markshust