
My file structure looks like this and there is no "app" folder.
I just copied Dockerfile and .dockerignore to the root and tried to build according to the readme.
I am getting the following error
Sending build context to Docker daemon 1.384MB
Step 1/3 : FROM gatsbyjs/gatsby:onbuild as build
# Executing 1 build trigger
ADD failed: stat /var/lib/docker/tmp/docker-builder611750273/public: no such file or directory

My file structure looks like this and there is no "app" folder. I just copied Dockerfile and .dockerignore to the root and tried to build according to the readme.I am getting the following error