Skip to content

Commit

Permalink
fix:increase max execution time to prevent h5p timeoouts
Browse files Browse the repository at this point in the history
  • Loading branch information
torsten-simon committed Apr 26, 2023
1 parent a71bb03 commit 57145d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down

0 comments on commit 57145d1

Please sign in to comment.