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