docker build -t protoc:laster .
script_path=updates
script_name=updates
docker run -it --rm -v "${PWD}":/src protoc:laster \
protoc -I "${script_path}" \
-I ./ \
--go_opt=paths=source_relative \
--go-grpc_opt=paths=source_relative \
--go_out="${script_path}" --go-grpc_out=:"${script_path}" "${script_path}"/${script_name}.proto