File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ down:
145145 @if [ ! -z " $( shell docker ps -f ' name=$(COMPOSE_PROJECT_NAME)_chrome' --format ' {{.Names}}' ) " ]; then \
146146 echo ' Stoping browser driver.' && make -s browser_driver_stop; fi
147147
148- DIRS = web/core web/libraries web/modules/contrib web/profiles/contrib web/sites web/themes/contrib vendor
148+ DIRS = web/core web/libraries web/modules/contrib web/profiles/contrib web/sites web/themes/contrib vendor .cache/composer/cache
149149
150150# # Totally remove project build folder, docker containers and network
151151clean : info
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ services:
66 php:
77 environment:
88 COMPOSER_MEMORY_LIMIT: "-1"
9+ COMPOSER_CACHE_DIR: /var/www/html/.cache/composer/cache
910# BLACKFIRE_CLIENT_ID: x
1011# BLACKFIRE_CLIENT_TOKEN: x
1112# NEW_RELIC_LICENSE_KEY: x
You can’t perform that action at this time.
0 commit comments