Skip to content

Commit

Permalink
fixing docker php file
Browse files Browse the repository at this point in the history
  • Loading branch information
Muneer-Shafi committed Jan 4, 2025
1 parent c51b361 commit 6f47359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile-php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ RUN { \
} >> /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini

COPY build/php/opcache.ini /usr/local/etc/php/conf.d/
COPY build/php/error_reporting.ini /usr/local/etc/php/conf.d/
# COPY build/php/error_reporting.ini /usr/local/etc/php/conf.d/

# Install Symfony CLI
RUN curl -sS https://get.symfony.com/cli/installer | bash \
Expand Down

0 comments on commit 6f47359

Please sign in to comment.