Skip to content

Commit a706d6f

Browse files
authored
Merge pull request #4 from kool-dev/xdebug
enable xdebug
2 parents d8d8ea7 + 56abbbb commit a706d6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

template/Dockerfile.blade.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
RUN apk add --no-cache --virtual .build-deps $PHPIZE_DEPS \
88
&& pecl install ast \
99
&& echo 'extension=ast.so' >> /usr/local/etc/php/php.ini \
10+
&& docker-php-ext-enable xdebug \
1011
&& apk del .build-deps \
1112
&& rm -rf /var/cache/apk/* /tmp/*
1213

0 commit comments

Comments
 (0)