Skip to content

Commit

Permalink
add xdebug to local environment
Browse files Browse the repository at this point in the history
  • Loading branch information
jleonardolemos committed Dec 13, 2023
1 parent 6596f3d commit 8185661
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
.phpunit.result.cache
vendor/
coverage/
.coverage/
composer.lock
phpunit.xml
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr
RUN docker-php-ext-configure gd --with-freetype --with-jpeg \
&& docker-php-ext-install -j$(nproc) gd fileinfo dom xml simplexml pcntl

RUN install-php-extensions sockets
RUN install-php-extensions sockets xdebug

RUN mv "$PHP_INI_DIR/php.ini-development" "$PHP_INI_DIR/php.ini"

0 comments on commit 8185661

Please sign in to comment.