We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d506a40 commit f1a1bacCopy full SHA for f1a1bac
Dockerfile
@@ -90,7 +90,8 @@ COPY ./usr/local/etc/php/ /usr/local/etc/php/
90
COPY ./usr/local/etc/php-fpm.d/ /usr/local/etc/php-fpm.d/
91
92
# configure composer
93
-ENV COMPOSER_ALLOW_SUPERUSER=1
+ENV COMPOSER_ALLOW_SUPERUSER=1 \
94
+ COMPOSER_MEMORY_LIMIT=-1
95
ENV PATH="$PATH:/opt/app/vendor/bin:~/.composer/vendor/bin"
96
RUN composer global require hirak/prestissimo
97
0 commit comments