From b285d6e9fff0cd96c5b241a431d84389f03f3d6e Mon Sep 17 00:00:00 2001
From: Hamidreza Asaadi
Date: Sun, 18 Nov 2018 16:49:13 +0000
Subject: [PATCH] minor changes
---
README.md | 2 +-
src/productcatalogservice/Dockerfile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index ba33eb4..c362284 100644
--- a/README.md
+++ b/README.md
@@ -125,7 +125,7 @@ Find **Protocol Buffers Descriptions** at the [`./pb` directory](./pb).
`image:` fields with `gcr.io/[...]` and change them to your own GCP project
ID.
-6. Run `skaffold run` from the root of this repository. This script:
+6. Run `skaffold run` from the root of this repository. This command:
- builds the container images
- pushes them to GCR
- applies the `./kubernetes-manifests` deploying the application to
diff --git a/src/productcatalogservice/Dockerfile b/src/productcatalogservice/Dockerfile
index 352a6f0..368ac89 100644
--- a/src/productcatalogservice/Dockerfile
+++ b/src/productcatalogservice/Dockerfile
@@ -22,4 +22,4 @@ WORKDIR /productcatalogservice
COPY --from=builder /productcatalogservice ./server
COPY products.json .
EXPOSE 3550
-ENTRYPOINT ["/productcatalogservice/server"]
+ENTRYPOINT ["/productcatalogservice/server"]
\ No newline at end of file