Docker compose install not working

I use windows I am on branch dashboard3
I tried using make

process_begin: CreateProcess(NULL, id -u, ...) failed.
Makefile:2: pipe: No such file or directory
process_begin: CreateProcess(NULL, id -g, ...) failed.
Makefile:3: pipe: No such file or directory
docker pull newsblur/newsblur_python3
Using default tag: latest
latest: Pulling from newsblur/newsblur_python3
Digest: sha256:bf9f5abd8274aaef37e1fd27c8ad4649baeb6ae18ab50b961912f99d1e1e1b86
Status: Image is up to date for newsblur/newsblur_python3:latest
docker.io/newsblur/newsblur_python3:latest
docker pull newsblur/newsblur_node
Using default tag: latest
latest: Pulling from newsblur/newsblur_node
Digest: sha256:dc0fc2907850b37034c75bd6cd2534669bcf3b5620373eee266116c0ce422f61
Status: Image is up to date for newsblur/newsblur_node:latest
docker.io/newsblur/newsblur_node:latest
docker pull newsblur/newsblur_monitor
Using default tag: latest
latest: Pulling from newsblur/newsblur_monitor
Digest: sha256:81d48f8b6acb27ef135607669725c21734651ee99e88837f10aefd48770ab944
Status: Image is up to date for newsblur/newsblur_monitor:latest
docker.io/newsblur/newsblur_monitor:latest
CURRENT_UID= CURRENT_GID= docker-compose down
'CURRENT_UID' is not recognized as an internal or external command,
operable program or batch file.
make: [Makefile:23: nb] Error 1 (ignored)
[[ -d config/certificates ]] && echo "keys exist" || make keys
'[[' is not recognized as an internal or external command,
operable program or batch file.
make[1]: Entering directory 'D:/recsys/NewsBlur'
process_begin: CreateProcess(NULL, id -u, ...) failed.
Makefile:2: pipe: No such file or directory
process_begin: CreateProcess(NULL, id -g, ...) failed.
Makefile:3: pipe: No such file or directory
mkdir config/certificates
The syntax of the command is incorrect.
make[1]: [Makefile:62: keys] Error 1 (ignored)
openssl dhparam -out config/certificates/dhparam-2048.pem 2048
process_begin: CreateProcess(NULL, openssl dhparam -out config/certificates/dhparam-2048.pem 2048, ...) failed.
make (e=2): The system cannot find the file specified.
make[1]: [Makefile:63: keys] Error 2 (ignored)
openssl req -x509 -nodes -new -sha256 -days 1024 -newkey rsa:2048 -keyout config/certificates/RootCA.key -out config/certificates/RootCA.pem -subj "/C=US/CN=Example-Root-CA"
process_begin: CreateProcess(NULL, openssl req -x509 -nodes -new -sha256 -days 1024 -newkey rsa:2048 -keyout config/certificates/RootCA.key -out config/certificates/RootCA.pem -subj /C=US/CN=Example-Root-CA, ...) failed.
make (e=2): The system cannot find the file specified.
make[1]: [Makefile:64: keys] Error 2 (ignored)
openssl x509 -outform pem -in config/certificates/RootCA.pem -out config/certificates/RootCA.crt
process_begin: CreateProcess(NULL, openssl x509 -outform pem -in config/certificates/RootCA.pem -out config/certificates/RootCA.crt, ...) failed.
make (e=2): The system cannot find the file specified.
make[1]: [Makefile:65: keys] Error 2 (ignored)
openssl req -new -nodes -newkey rsa:2048 -keyout config/certificates/localhost.key -out config/certificates/localhost.csr -subj "/C=US/ST=YourState/L=YourCity/O=Example-Certificates/CN=localhost.local"
process_begin: CreateProcess(NULL, openssl req -new -nodes -newkey rsa:2048 -keyout config/certificates/localhost.key -out config/certificates/localhost.csr -subj /C=US/ST=YourState/L=YourCity/O=Example-Certificates/CN=localhost.local, ...) failed.
make (e=2): The system cannot find the file specified.
make[1]: [Makefile:66: keys] Error 2 (ignored)
openssl x509 -req -sha256 -days 1024 -in config/certificates/localhost.csr -CA config/certificates/RootCA.pem -CAkey config/certificates/RootCA.key -CAcreateserial -out config/certificates/localhost.crt
process_begin: CreateProcess(NULL, openssl x509 -req -sha256 -days 1024 -in config/certificates/localhost.csr -CA config/certificates/RootCA.pem -CAkey config/certificates/RootCA.key -CAcreateserial -out config/certificates/localhost.crt, ...) failed.
make (e=2): The system cannot find the file specified.
make[1]: [Makefile:67: keys] Error 2 (ignored)
cat config/certificates/localhost.crt config/certificates/localhost.key > config/certificates/localhost.pem
The system cannot find the path specified.
make[1]: [Makefile:68: keys] Error 1 (ignored)
/usr/bin/security add-trusted-cert -d -r trustAsRoot -k /Library/Keychains/System.keychain ./config/certificates/RootCA.crt
process_begin: CreateProcess(NULL, sh.exe -c "/usr/bin/security add-trusted-cert -d -r trustAsRoot -k /Library/Keychains/System.keychain ./config/certificates/RootCA.crt", ...) failed.
make (e=2): The system cannot find the file specified.
make[1]: [Makefile:69: keys] Error 2 (ignored)
make[1]: Leaving directory 'D:/recsys/NewsBlur'
cd node && npm install & cd ..

up to date, audited 302 packages in 2s

10 vulnerabilities (1 low, 3 moderate, 5 high, 1 critical)

To address issues that do not require attention, run:
  npm audit fix

To address all issues possible (including breaking changes), run:
  npm audit fix --force

Some issues need review, and may require choosing
a different dependency.

Run `npm audit` for details.
CURRENT_UID= CURRENT_GID= docker-compose up -d --build --remove-orphans
'CURRENT_UID' is not recognized as an internal or external command,
operable program or batch file.
make: [Makefile:26: nb] Error 1 (ignored)
docker-compose exec newsblur_web ./manage.py migrate
Error response from daemon: Container e8e0be451464542f3b63caedcdc2b3e25b6c0b04d4fb2ff9b1a22cf383650ebd is restarting, wait until the container is running
make: [Makefile:27: nb] Error 1 (ignored)
docker-compose exec newsblur_web ./manage.py loaddata config/fixtures/bootstrap.json
Error response from daemon: Container e8e0be451464542f3b63caedcdc2b3e25b6c0b04d4fb2ff9b1a22cf383650ebd is restarting, wait until the container is running
make: [Makefile:28: nb] Error 1 (ignored)

can you provide a faster way of contacting you as it is taking too long to solve this problem