Skip to content

Commit

Permalink
Use generated .go files when building gateway wrappers (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
aprudhomme authored Sep 15, 2021
1 parent 8f981f4 commit fb35ede
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grpc-gateway/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ $PROTO_PATH/yelp/nrtsearch/search.proto \
$PROTO_PATH/yelp/nrtsearch/suggest.proto

RUN cp $OUTPATH/yelp/nrtsearch/* grpc-gateway/
RUN cp $OUTPATH/github.com/Yelp/nrtsearch/* grpc-gateway/

# build go executables for various platforms
RUN for GOOS in darwin linux windows; do \
Expand Down

0 comments on commit fb35ede

Please sign in to comment.