From 77f50583aff272056529b1cebceb77f07984581f Mon Sep 17 00:00:00 2001 From: Jason McCallister Date: Thu, 5 Sep 2024 13:12:22 -0400 Subject: [PATCH] Also configure the CLI --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 081078e..b0b3785 100644 --- a/Dockerfile +++ b/Dockerfile @@ -76,6 +76,7 @@ COPY etc/supervisord.conf /etc/supervisord.conf COPY etc/supervisord.d /etc/supervisord.d COPY etc/php-fpm/php-fpm.conf /etc/php-fpm.conf COPY etc/php.d/60-craftcms.ini /etc/php/${php_version}/fpm/conf.d/60-craftcms.ini +COPY etc/php.d/60-craftcms.ini /etc/php/${php_version}/cli/conf.d/60-craftcms.ini # set a friendly path for php-fpm that does not have the version RUN update-alternatives --install /usr/sbin/php-fpm php-fpm /usr/sbin/php-fpm${php_version} 1