How to run dockerfile in cmd

Hello,

I am using Windows 10 machine and new to docker technology.

I prepared the Dockerfile file and kept inside the DockerFiles folder in local system.

and executed the below command.

docker build -t my-r-image .

But it is not able to read.

Can anyone please help?

The name is also correct.

Any suggestion will be highly appreciated.