Skip to content

Commit

Permalink
fix copy
Browse files Browse the repository at this point in the history
  • Loading branch information
Simone Fantini committed Aug 25, 2024
1 parent 3318319 commit 9b5032d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-images/php82_fpm
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ RUN chmod +x /usr/local/bin/install-php-extensions && \
RUN rm -rf /usr/local/etc/php-fpm.d/*

# PHP
COPY ../conf/php-fpm.conf /usr/local/etc/php-fpm.d/www.conf.default.conf
COPY ../conf/php-cli.conf /usr/local/etc/php/conf.d/zzz-cli-override.ini
COPY conf/php-fpm.conf /usr/local/etc/php-fpm.d/www.conf.default.conf
COPY conf/php-cli.conf /usr/local/etc/php/conf.d/zzz-cli-override.ini

WORKDIR /var/www/html/

Expand Down

0 comments on commit 9b5032d

Please sign in to comment.