envoy build command

docker build -t pero-chat-envoy -f ./envoy.Dockerfile .
docker run -d -p 8080:8080 -p 9901:9901 --network=host pero-chat-envoy