Skip to content

Commit c522973

Browse files
authored
Update Dockerfile
1 parent 9881d3b commit c522973

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.docker/app/Dockerfile

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,11 @@ ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/do
66
RUN chmod uga+x /usr/local/bin/install-php-extensions && sync \
77
&& install-php-extensions \
88
bz2
9+
RUN cat > /usr/local/etc/php/conf.d/php.ini << 'EOF'
10+
post_max_size=20G
11+
upload_max_filesize=20G
12+
opcache.interned_strings_buffer=64
13+
opcache.memory_consumption=256
14+
EOF
915

10-
COPY ./config/php.ini /usr/local/etc/php/conf.d/
16+
#COPY ./config/php.ini /usr/local/etc/php/conf.d/

0 commit comments

Comments
 (0)