Skip to content

Commit

Permalink
Place in conf.d
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmccallister committed Sep 5, 2024
1 parent a59c080 commit 72d3dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -75,7 +75,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
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}/60-craftcms.ini
COPY etc/php.d/60-craftcms.ini /etc/php/${php_version}/fpm/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

0 comments on commit 72d3dd4

Please sign in to comment.