Skip to content

Commit 77f5058

Browse files
Also configure the CLI
1 parent ad07d89 commit 77f5058

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ COPY etc/supervisord.conf /etc/supervisord.conf
7676
COPY etc/supervisord.d /etc/supervisord.d
7777
COPY etc/php-fpm/php-fpm.conf /etc/php-fpm.conf
7878
COPY etc/php.d/60-craftcms.ini /etc/php/${php_version}/fpm/conf.d/60-craftcms.ini
79+
COPY etc/php.d/60-craftcms.ini /etc/php/${php_version}/cli/conf.d/60-craftcms.ini
7980

8081
# set a friendly path for php-fpm that does not have the version
8182
RUN update-alternatives --install /usr/sbin/php-fpm php-fpm /usr/sbin/php-fpm${php_version} 1

0 commit comments

Comments
 (0)