Skip to content

Instantly share code, notes, and snippets.

@ace3
Created September 14, 2021 15:51
Show Gist options
  • Save ace3/c68e755b9ed6752ff017d839857839cc to your computer and use it in GitHub Desktop.
Save ace3/c68e755b9ed6752ff017d839857839cc to your computer and use it in GitHub Desktop.
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