File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ down:
145
145
@if [ ! -z " $( shell docker ps -f ' name=$(COMPOSE_PROJECT_NAME)_chrome' --format ' {{.Names}}' ) " ]; then \
146
146
echo ' Stoping browser driver.' && make -s browser_driver_stop; fi
147
147
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
149
149
150
150
# # Totally remove project build folder, docker containers and network
151
151
clean : info
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ services:
6
6
php:
7
7
environment:
8
8
COMPOSER_MEMORY_LIMIT: "-1"
9
+ COMPOSER_CACHE_DIR: /var/www/html/.cache/composer/cache
9
10
# BLACKFIRE_CLIENT_ID: x
10
11
# BLACKFIRE_CLIENT_TOKEN: x
11
12
# NEW_RELIC_LICENSE_KEY: x
You can’t perform that action at this time.
0 commit comments