diff --git a/service/Dockerfile b/service/Dockerfile index dbf53e7..7b321ca 100755 --- a/service/Dockerfile +++ b/service/Dockerfile @@ -23,6 +23,7 @@ RUN set -eux \ && apt-get install -yqq wait-for-it libzip-dev curl xmlstarlet jq nano \ && a2enmod rewrite \ && ln -s $PHP_INI_DIR/php.ini-production $PHP_INI_DIR/php.ini \ + && sed -i 's/max_execution_time = 30/max_execution_time = 120/g' $PHP_INI_DIR/php.ini \ && docker-php-ext-install pdo pdo_mysql zip \ && apt-get clean \ && rm -r /var/lib/apt/lists/*