Skip to content

Commit

Permalink
devops: Docker configurations updated
Browse files Browse the repository at this point in the history
  • Loading branch information
kidunot89 committed Nov 7, 2024
1 parent ea17f87 commit 07907b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN pecl install xdebug; \
echo "xdebug.remote_enable = 1" >> /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini; \
echo "xdebug.remote_port = 9000" >> /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini; \
echo "xdebug.remote_log = /var/www/html/xdebug.log" >> /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini; \
echo "xdebug.mode = debug,trace" >> /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini;
echo "xdebug.mode = coverage" >> /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini;

# Install PDO MySQL driver.
RUN docker-php-ext-install pdo_mysql
Expand Down

0 comments on commit 07907b5

Please sign in to comment.