Skip to content

Commit 9451eaa

Browse files
authored
Merge pull request #2 from sourceboat/feature/composer_memory_limit
disable composer memory limit
2 parents d506a40 + f1a1bac commit 9451eaa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ COPY ./usr/local/etc/php/ /usr/local/etc/php/
9090
COPY ./usr/local/etc/php-fpm.d/ /usr/local/etc/php-fpm.d/
9191

9292
# configure composer
93-
ENV COMPOSER_ALLOW_SUPERUSER=1
93+
ENV COMPOSER_ALLOW_SUPERUSER=1 \
94+
COMPOSER_MEMORY_LIMIT=-1
9495
ENV PATH="$PATH:/opt/app/vendor/bin:~/.composer/vendor/bin"
9596
RUN composer global require hirak/prestissimo
9697

0 commit comments

Comments
 (0)