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
I had the same issue and all I had to do was to capitalize the docker configuration filename
dockerfile > didn't work
dockerfile
Dockerfile > did work
Dockerfile