From 50e2d727b206982ac58d9fb29ec5eefadd6343a0 Mon Sep 17 00:00:00 2001 From: Nick Santamaria Date: Thu, 31 Oct 2024 21:26:31 +1100 Subject: [PATCH] Added COPY statement for log-fatals.php --- images/php/Dockerfile.cli | 1 + images/php/Dockerfile.fpm | 1 + 2 files changed, 2 insertions(+) diff --git a/images/php/Dockerfile.cli b/images/php/Dockerfile.cli index 59541d98..d7a8b3ce 100644 --- a/images/php/Dockerfile.cli +++ b/images/php/Dockerfile.cli @@ -42,6 +42,7 @@ COPY redis-unavailable.services.yml /bay COPY redis-cluster.services.yml /bay COPY redis-single.services.yml /bay COPY settings.php /bay +COPY log-fatals.php /bay COPY db-build.sh /bay COPY db-dump-sanitized.sh /bay COPY mtk /bay/mtk diff --git a/images/php/Dockerfile.fpm b/images/php/Dockerfile.fpm index 24f9c050..d9dadcf2 100644 --- a/images/php/Dockerfile.fpm +++ b/images/php/Dockerfile.fpm @@ -17,6 +17,7 @@ COPY redis-unavailable.services.yml /bay COPY redis-cluster.services.yml /bay COPY redis-single.services.yml /bay COPY settings.php /bay +COPY log-fatals.php /bay # Change worker pool from dynamic to static. Change default value to 24. RUN sed -i "s/pm = dynamic/pm = static/" /usr/local/etc/php-fpm.d/www.conf