From 446784db890894fb9e466335720eaa0cb7a9d247 Mon Sep 17 00:00:00 2001
From: Pavels Sisojevs
Date: Fri, 27 Mar 2020 11:12:28 +0100
Subject: [PATCH] Update README.md
Include file location in build command
---
python/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/python/README.md b/python/README.md
index 24a2886..f6abcac 100644
--- a/python/README.md
+++ b/python/README.md
@@ -169,7 +169,7 @@ the `gcr.io` container registry, so we'll tag it accordingly.
```bash
export GCP_PROJECT=
-docker build -t gcr.io/$GCP_PROJECT/grpc-calculator:latest
+docker build -t gcr.io/$GCP_PROJECT/grpc-calculator:latest .
```
The tag above will change based on your GCP project name. We're calling the