minor changes

This commit is contained in:
Hamidreza Asaadi 2018-11-18 16:49:13 +00:00
parent 756ca6ca58
commit b285d6e9ff
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -22,4 +22,4 @@ WORKDIR /productcatalogservice
COPY --from=builder /productcatalogservice ./server
COPY products.json .
EXPOSE 3550
ENTRYPOINT ["/productcatalogservice/server"]
ENTRYPOINT ["/productcatalogservice/server"]