Error while running on Windows `./gradlew --no-daemon]: exit code: 127`

I was trying to run this repo from hedera-theft-prevention
I followed the steps & the commands are

$ docker-compose build
$ docker-compose up

I am getting this error

failed to solve: executor failed running [/bin/sh -c cd /opt/hedera-proof-of-action && ./gradlew --no-daemon]: exit code: 127

Should I change switch daemon?
Or are there other solutions to this?