php-fpm: revert breaking www.conf copy change
All checks were successful
php-fpm-build / build (7.4) (push) Successful in 4m56s
All checks were successful
php-fpm-build / build (7.4) (push) Successful in 4m56s
This commit is contained in:
@@ -102,7 +102,7 @@ COPY --chown=app:app shared/php-fpm/force-debug.php /usr/local/etc/php/force-deb
|
|||||||
RUN echo 'auto_prepend_file = /usr/local/etc/php/force-debug.php' > /usr/local/etc/php/conf.d/zz-force-debug.ini
|
RUN echo 'auto_prepend_file = /usr/local/etc/php/force-debug.php' > /usr/local/etc/php/conf.d/zz-force-debug.ini
|
||||||
|
|
||||||
# Copy pool configuration from this directory
|
# Copy pool configuration from this directory
|
||||||
COPY --chown=app:app www.conf /usr/local/etc/php-fpm.d/www.conf
|
COPY --chown=app:app php-fpm/${BASE_VERSION}/www.conf /usr/local/etc/php-fpm.d/www.conf
|
||||||
|
|
||||||
# Copy entrypoint from shared path in repo root
|
# Copy entrypoint from shared path in repo root
|
||||||
COPY --chown=root:root shared/php-fpm/entrypoint.sh /usr/local/bin/entrypoint.sh
|
COPY --chown=root:root shared/php-fpm/entrypoint.sh /usr/local/bin/entrypoint.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user