Skip to content

Commit

Permalink
feat(discover): Use pubsub discover
Browse files Browse the repository at this point in the history
  • Loading branch information
gfanton committed Jan 15, 2019
1 parent 6eb7814 commit 3873457
Show file tree
Hide file tree
Showing 12 changed files with 1,414 additions and 33 deletions.
2 changes: 1 addition & 1 deletion build/docker/protoc/Dockerfile
Expand Up @@ -21,7 +21,7 @@ RUN rm -f /go/bin/web-editor

FROM golang:1.11-alpine
RUN apk --no-cache add git make protobuf gcc libc-dev nodejs-npm && mkdir -p /.cache/go-build && chmod -R 777 /.cache
RUN mkdir -p /node/ && cd /node && npm install -g prettier prettier-eslint prettier-eslint-cli
RUN mkdir -p /node/ && cd /node && npm install -g protobufjs prettier prettier-eslint prettier-eslint-cli
COPY --from=pgg /go/bin/* /go/bin/
COPY --from=builder /go/bin/* /go/bin/
COPY --from=pgg /protobuf /protobuf
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3873457

Please sign in to comment.