Skip to content

Commit 002b41f

Browse files
authored
Merge pull request #131 from itk-dev/hotfix/call-drush-with-php-spscifically
Add php to drush call
2 parents 1c94c80 + 1df4b81 commit 002b41f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/itkdev-docker-compose

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ EOF
829829
root=/app/web
830830
fi
831831
if [ -e $docker_compose_dir/vendor/bin/drush ]; then
832-
docker_compose exec phpfpm /app/vendor/bin/drush --root=$root "$@"
832+
docker_compose exec phpfpm php /app/vendor/bin/drush --root=$root "$@"
833833
else
834834
docker_compose run --rm drush --root=$root "$@"
835835
fi

0 commit comments

Comments
 (0)