Expected behavior
I expect to build a docker image from my Dockerfile for my R Shiny application.
Actual behavior
I get the resulting error from the docker build command:

Information
Docker version is:

Windows Version: Windows 10 Home, version 1909
And docker run hello-world does work as expected:

I'm working with Docker Desktop for Windows 10 Home and I've followed this guide for the installation:
Install Docker Desktop on Windows Home
Since I think I have followed the guide correctly, and passed the docker run hello-world test, I'm not sure how to begin debugging this error.
I would really appreciate any help on clarifying what the error means, and how to potentially address it. Thank you!
Expected behavior
I expect to build a docker image from my Dockerfile for my R Shiny application.
Actual behavior
I get the resulting error from the docker build command:

Information
Docker version is:

Windows Version: Windows 10 Home, version 1909
And

docker run hello-worlddoes work as expected:I'm working with Docker Desktop for Windows 10 Home and I've followed this guide for the installation:
Install Docker Desktop on Windows Home
Since I think I have followed the guide correctly, and passed the
docker run hello-worldtest, I'm not sure how to begin debugging this error.I would really appreciate any help on clarifying what the error means, and how to potentially address it. Thank you!