mirror of https://github.com/grpc/grpc-web.git
Add missing command in echo example
This commit is contained in:
parent
8569c5b554
commit
35aaf77cba
|
@ -18,6 +18,8 @@ image for the subsequent docker images.
|
|||
```sh
|
||||
$ docker build -t grpcweb/common \
|
||||
-f net/grpc/gateway/docker/common/Dockerfile .
|
||||
$ docker build -t grpcweb/prereqs \
|
||||
-f net/grpc/gateway/docker/prereqs/Dockerfile .
|
||||
```
|
||||
|
||||
## Run the gRPC Backend server
|
||||
|
|
Loading…
Reference in New Issue