-
myappshould be your current directory. (cd myapp) - The
Dockerfileshould be created in themyappdirectory–it looks like you created it one directory above. -
docker build .will then succeed, I think.
myapp should be your current directory. (cd myapp)Dockerfile should be created in the myapp directory–it looks like you created it one directory above.docker build . will then succeed, I think.