Skip to content

Commit d1cdd5d

Browse files
authored
Update Dockerfile
1 parent 436c248 commit d1cdd5d

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.docker/app/Dockerfile

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ 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
9+
10+
11+
COPY config/php.ini /usr/local/etc/php/conf.d/

0 commit comments

Comments
 (0)