This commit is contained in:
Adrien Beaudouin 2023-12-24 16:48:26 +01:00
parent 469794d816
commit 03f2294348

View File

@ -3,4 +3,5 @@ FROM dunglas/frankenphp:latest-php8.3
RUN install-php-extensions @composer opcache intl pdo_mysql pdo_pgsql RUN install-php-extensions @composer opcache intl pdo_mysql pdo_pgsql
RUN cp $PHP_INI_DIR/php.ini-production $PHP_INI_DIR/php.ini; \ RUN cp $PHP_INI_DIR/php.ini-production $PHP_INI_DIR/php.ini; \
sed -i 's/variables_order = "GPCS"/variables_order = "EGPCS"/' $PHP_INI_DIR/php.ini; sed -i 's/variables_order = "GPCS"/variables_order = "EGPCS"/' $PHP_INI_DIR/php.ini; \
sed -i 's/memory_limit = 128M/memory_limit = 1G/' $PHP_INI_DIR/php.ini;