We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad07d89 commit 77f5058Copy full SHA for 77f5058
Dockerfile
@@ -76,6 +76,7 @@ COPY etc/supervisord.conf /etc/supervisord.conf
76
COPY etc/supervisord.d /etc/supervisord.d
77
COPY etc/php-fpm/php-fpm.conf /etc/php-fpm.conf
78
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
80
81
# set a friendly path for php-fpm that does not have the version
82
RUN update-alternatives --install /usr/sbin/php-fpm php-fpm /usr/sbin/php-fpm${php_version} 1
0 commit comments