Skip to content

Commit

Permalink
Added COPY statement for log-fatals.php
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksantamaria committed Oct 31, 2024
1 parent 930ce50 commit 50e2d72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions images/php/Dockerfile.cli
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions images/php/Dockerfile.fpm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 50e2d72

Please sign in to comment.