All Projects → micnncim → Docker Grpc Gateway

micnncim / Docker Grpc Gateway

Licence: mit
Dockerfile for grpc-gateway and golang

docker-grpc-gateway

Dockerfile for grpc-gateway and golang.

Note

golang/protobuf has an issue: #763.
Until the issue fixed, use downgrade-proto branch.

Setup

  1. Replace repository owner and name.

e.g.)

$ sed -i -e 's/micnncim/<REPOSITORY_OWNER>/g' -e 's/docker-grpc-gateway/<REPOSITORY_NAME>/g' Dockerfile
  1. Set your Dockerfile ENV: PROTO_FILES PROTO_GO_OUT

default:

ENV PROTO_FILES=./proto/*.proto \
    PROTO_GO_OUT=./src

LICENSE

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].