Skip to content

Commit 56abbbb

Browse files
committed
enable xdebug
1 parent 4a66adb commit 56abbbb

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)