Created
September 14, 2021 15:51
-
-
Save ace3/c68e755b9ed6752ff017d839857839cc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM php:7.4-fpm | |
RUN pecl install xdebug \ | |
&& docker-php-ext-enable xdebug |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment