Update Dockerfile

This commit is contained in:
Alexandre
2022-01-07 07:18:08 +01:00
committed by GitHub
parent bc02dd3874
commit 3db9a615d6

View File

@@ -40,7 +40,8 @@ RUN \
&& sed -i \
-e 's/upload_max_filesize=1024M/upload_max_filesize=10240M/g' \
-e 's/post_max_size=1024M/post_max_size=10240M/g' \
/etc/php7/php.ini
/etc/php7/php.ini \
&& sed -i "s|client_max_body_size 512M;|client_max_body_size 10240M;|g" /defaults/default
##################
# 3 Install apps #