Skip to content

Commit fb5ec4a

Browse files
authored
Merge pull request #117 from linkorb/devcontainer-compose-memory-limit-0000
fix(devcontainer): composer memory limit #0000
2 parents 11999b4 + af54bcb commit fb5ec4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/.devcontainer/postCreate.sh.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ composer config --global --auth http-basic.repo.packagist.com \
1414
"${GITHUB_USER:-$GITHUB_USER_ON_HOST}" "${PACKAGIST_TOKEN:-$PACKAGIST_TOKEN_ON_HOST}"
1515
{% endif %}
1616

17-
composer install
17+
COMPOSER_MEMORY_LIMIT=-1 composer install
1818
{% endif %}
1919

2020
{% if repo.type.startswith('nodejs-') %}

0 commit comments

Comments
 (0)