We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 436c248 commit d1cdd5dCopy full SHA for d1cdd5d
.docker/app/Dockerfile
@@ -6,9 +6,6 @@ ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/do
6
RUN chmod uga+x /usr/local/bin/install-php-extensions && sync \
7
&& install-php-extensions \
8
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
+
+COPY config/php.ini /usr/local/etc/php/conf.d/
0 commit comments