diff --git a/docker/bash/php/php7.1.sh b/docker/bash/php/php7.1.sh index e632e74..844cedb 100644 --- a/docker/bash/php/php7.1.sh +++ b/docker/bash/php/php7.1.sh @@ -1,4 +1,6 @@ #!/bin/bash pecl install -o xdebug-2.9.8 -docker-php-ext-enable xdebug \ No newline at end of file +docker-php-ext-enable xdebug + +cd Meta