diff --git a/docs/hellonode.md b/docs/hellonode.md index e6b3a3f0ee..0fbaef0f61 100755 --- a/docs/hellonode.md +++ b/docs/hellonode.md @@ -275,7 +275,7 @@ We can now build and publish a new container image to the registry with an incre ```shell docker build -t gcr.io/PROJECT_ID/hello-node:v2 . -docker push gcr.io/PROJECT_ID/hello-node:v2 +gcloud docker push gcr.io/PROJECT_ID/hello-node:v2 ``` Building and pushing this updated image should be much quicker as we take full advantage of the Docker cache.