ap
This commit is contained in:
parent
03f2294348
commit
0609efea86
@ -4,4 +4,5 @@ COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr
|
||||
|
||||
RUN install-php-extensions @composer opcache intl pdo_mysql pdo_pgsql
|
||||
|
||||
RUN echo "memory_limit=-1" >> $PHP_INI_DIR/php.ini
|
||||
RUN cp $PHP_INI_DIR/php.ini-production $PHP_INI_DIR/php.ini; \
|
||||
sed -i 's/memory_limit = 128M/memory_limit = 1G/' $PHP_INI_DIR/php.ini;
|
||||
|
Loading…
x
Reference in New Issue
Block a user