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