diff --git a/Dockerfile.staging b/Dockerfile.staging index 1e19f03..9aa17cf 100644 --- a/Dockerfile.staging +++ b/Dockerfile.staging @@ -15,7 +15,8 @@ RUN mkdir -p /root/.ssh && \ RUN docker-php-ext-install gd - +RUN curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - && \ + apt-get install -y nodejs RUN printf 'upload_max_filesize=300M;\npost_max_size=300M;\nmax_execution_time=600;\nmax_input_time=600;\n' >> /usr/local/etc/php/conf.d/docker-php-memlimit.ini; RUN echo 'pm.max_children = 100' >> /usr/local/etc/php-fpm.d/zz-docker.conf