From 63881689137c64b142da0059eb28fc7d5a7662e0 Mon Sep 17 00:00:00 2001 From: Andrew Hurley Date: Sun, 9 Oct 2022 14:50:16 +1100 Subject: [PATCH] upload file sizes --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 88708ba..1558511 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,3 +6,5 @@ ARG PUID=33 RUN \ usermod --uid $PUID www-data && \ chown -R www-data /var/www/ + +COPY upload_php.ini /usr/local/etc/php/conf.d/zzz_upload_php.ini \ No newline at end of file