Fixed php.ini file path in the dev Dockerfile

This commit is contained in:
Chris Kankiewicz
2025-08-23 15:29:26 -07:00
parent bc26433721
commit 5deb1ca67d

View File

@@ -30,4 +30,4 @@ RUN docker-php-ext-enable apcu memcached redis xdebug
RUN a2enmod rewrite
COPY .docker/apache2/config/000-default.conf /etc/apache2/sites-available/000-default.conf
COPY .docker/php/config/php.ini /usr/local/etc/php/php.ini
COPY .docker/php/config/php.dev.ini /usr/local/etc/php/php.ini