Closed jamesward closed 4 years ago
When doing a docker build, the command listed is:
docker build --tag gcr.io/blah/asdf .
But since the project is in a subdir, that command doesn't work if the user copy & pastes it. Maybe it'd work to just change the listed command to:
docker build --tag gcr.io/blah/asdf asdf
That’s a good point. Feel free to do a PR.
When doing a docker build, the command listed is:
But since the project is in a subdir, that command doesn't work if the user copy & pastes it. Maybe it'd work to just change the listed command to: