minor changes
This commit is contained in:
parent
756ca6ca58
commit
b285d6e9ff
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -22,4 +22,4 @@ WORKDIR /productcatalogservice
|
|||
COPY --from=builder /productcatalogservice ./server
|
||||
COPY products.json .
|
||||
EXPOSE 3550
|
||||
ENTRYPOINT ["/productcatalogservice/server"]
|
||||
ENTRYPOINT ["/productcatalogservice/server"]
|
Loading…
Add table
Add a link
Reference in a new issue