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
In order to further consolidate our build caches, we want all tools to use /root/.cache as the base directory. Drush should use /root/.cache/drush instead of /root/.drush.
This can be done by setting the CACHE_PREFIX environment variable like so:
ENV CACHE_PREFIX /root/.cache/drush
However, Drush does not take care of automatically creating this directory. We would need to specify that the volume used for caching is pre-created.
This would be really hard to handle automatically, unless we were to pursue #31 first.
The text was updated successfully, but these errors were encountered:
In order to further consolidate our build caches, we want all tools to use /root/.cache as the base directory. Drush should use
/root/.cache/drush
instead of/root/.drush
.This can be done by setting the CACHE_PREFIX environment variable like so:
However, Drush does not take care of automatically creating this directory. We would need to specify that the volume used for caching is pre-created.
This would be really hard to handle automatically, unless we were to pursue #31 first.
The text was updated successfully, but these errors were encountered: