Increase composer memory to 4g

This commit is contained in:
Tom Wiesing 2020-08-06 09:55:47 +02:00
parent 0f9cbd06b0
commit 04025b89de
No known key found for this signature in database
GPG key ID: DC1F29F2BC78AB15

View file

@ -66,8 +66,8 @@ RUN a2ensite wisski
VOLUME /var/www/.composer
VOLUME /var/www/data
# increase the php memory limit to 2g
RUN echo 'memory_limit=2G' > /usr/local/etc/php/conf.d/memory-limit.ini
# increase the php memory limit to 4g
RUN echo 'memory_limit=4G' > /usr/local/etc/php/conf.d/memory-limit.ini
# Add and configure the entrypoint
ADD scripts/entrypoint.sh /entrypoint.sh