Full command

This commit is contained in:
2023-11-29 23:02:12 -03:00
parent dc7a39e193
commit f957d29779
4 changed files with 37 additions and 3 deletions

View File

@ -1,10 +1,10 @@
FROM php:8.1-fpm
FROM php:8.2-fpm
ENV TZ "America/Santiago"
RUN apt-get update && apt-get install -y --no-install-recommends cron && rm -r /var/lib/apt/lists/*
RUN pecl install xdebug-3.1.3 \
RUN pecl install xdebug-3.2.2 \
&& docker-php-ext-enable xdebug
COPY ./php-errors.ini /usr/local/etc/php/conf.d/docker-php-errors.ini