Increase composer memory to 4g
This commit is contained in:
parent
0f9cbd06b0
commit
04025b89de
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue