Testing dependencies

This commit is contained in:
Juan Pablo Vial
2024-03-20 13:45:53 -03:00
parent dc2e2c7f71
commit ca958b8a88
3 changed files with 9 additions and 2 deletions

View File

@ -9,6 +9,7 @@ RUN pecl install xdebug-3.1.3 \
&& docker-php-ext-enable xdebug
COPY ./php-errors.ini /usr/local/etc/php/conf.d/docker-php-errors.ini
COPY ./php-xdebug.ini /usr/local/etc/php/conf.d/docker-php-xdebug.ini
COPY --from=composer /usr/bin/composer /usr/bin/composer