From af7d298d3ac3cce73363709fc6da274ee3b4cfff Mon Sep 17 00:00:00 2001 From: Tan Nguyen Date: Wed, 31 Jul 2024 23:35:13 +0700 Subject: [PATCH] Update php7.1.sh --- docker/bash/php/php7.1.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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