mirror of https://github.com/grpc/grpc-web.git
make sure envoy is pid 1 (#1246)
This ensures signals are handled properly so docker stop respond quickly and properly and don't need to wait for time out (10s by default)
This commit is contained in:
parent
1779661dde
commit
ef287fa478
|
|
@ -16,4 +16,5 @@ FROM envoyproxy/envoy:v1.22.0
|
|||
|
||||
COPY net/grpc/gateway/examples/echo/envoy.yaml /etc/envoy/envoy.yaml
|
||||
|
||||
CMD /usr/local/bin/envoy -c /etc/envoy/envoy.yaml -l trace --log-path /tmp/envoy_info.log
|
||||
ENTRYPOINT [ "/usr/local/bin/envoy" ]
|
||||
CMD [ "-c /etc/envoy/envoy.yaml", "-l trace", "--log-path /tmp/envoy_info.log" ]
|
||||
|
|
|
|||
Loading…
Reference in New Issue