thecodingmachine / docker-images-php

A set of PHP Docker images
MIT License
785 stars 138 forks source link

Use an absolute path for the global composer bin dir #311

Closed ghost closed 1 year ago

ghost commented 2 years ago

Summary

This PR fixes/implements :

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please update it if any action still required.

mistraloz commented 1 year ago

Thank you for you PR... But I think it's too bad to have a global PATH defined to /home/specific-user/anything. It's a non sense to have that (any other user will can't access to the home of another user). Can you find another solution ?

In addition your may trouble is related to installation of composer package globaly. Why you don't install it as require-dev of your project ?