You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 13, 2019. It is now read-only.
To my knowledge, the COMPOSER_HOME is set to /composer, so to mount your host cache inside the container you would need to mount your host COMPOSER_HOME (probably ~/.composer, but check to be sure) onto /composer.
Also you had the switch wrong for mounting the volume, it is -v, not -w.
I have a challenge...I use the local runtime binary method of running composer locally (so I dont have a ~./composer folder with cache. ... can I cache composer locally when using that method still?
EXTRA KUDOS if you could provide a way to include the composer cache during Dockerfile builds or as docker-compose volumes on other projects :)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I would like to share my host composer cache with the container cache. How can I proceed?
I have already tried the following :
The text was updated successfully, but these errors were encountered: