From e96a23e92f5ed030b36b6902abe2ac1031333a92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frederik=20Sch=C3=B6nfeldt?= Date: Fri, 23 Oct 2020 14:22:11 +0200 Subject: [PATCH] update bashrc.sh (#5) Wouldn't it be nice to have this on the `.bashrc` so we don't have to prepend it everytime we start the container? https://github.com/iBobik/drupal-composer-docker/issues/5 --- bashrc.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bashrc.sh b/bashrc.sh index d932aa7..5509386 100644 --- a/bashrc.sh +++ b/bashrc.sh @@ -1 +1,2 @@ export PATH="$PATH:/var/www/drupal/vendor/bin" +export COMPOSER_MEMORY_LIMIT=-1