I was trying to build my Docker image for my Gatsby Application. Whenever I run the command docker build . -t gatsbyapp, it gives me an error:
docker build . -t gatsbyapp
f
In my case, I had two problems:
After these two adjustments, all worked as expected.