This commit is contained in:
Juan Pablo Vial
2023-07-24 20:54:30 -04:00
parent b7fc538e78
commit d9d5a15376
4 changed files with 21 additions and 16 deletions

View File

@ -8,6 +8,8 @@ RUN docker-php-ext-install pdo pdo_mysql zip intl gd bcmath
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 --from=composer /usr/bin/composer /usr/bin/composer
WORKDIR /code