We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e9247c commit 9b6e6b3Copy full SHA for 9b6e6b3
1 file changed
Dockerfile
@@ -35,6 +35,7 @@ RUN wget https://psysh.org/psysh && chmod +x psysh && mv psysh /usr/bin/psysh
35
36
ENV PHP_INI_DIR=/etc/php$major \
37
PHP_ERROR_LOG=/dev/stderr.pipe \
38
+ PHP_MEMORY_LIMIT=-1 \
39
COMPOSER_ALLOW_SUPERUSER=1 \
40
COMPOSER_HOME=/composer \
41
COMPOSER_CACHE_DIR=/composer-cache \
0 commit comments