Skip to content

Commit

Permalink
Remove temp stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
stanley-cheung committed Oct 28, 2019
1 parent b0437e7 commit ef8adb3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions net/grpc/gateway/docker/closure_client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ RUN apt-get -qq update && apt-get -qq install -y \

WORKDIR /github/grpc-web

COPY ./Makefile ./Makefile
RUN rm -rf ./net/grpc/gateway/protos
COPY ./net ./net

RUN curl -sS https://dl.google.com/closure-compiler/compiler-20190909.zip \
-o compiler-latest.zip

Expand Down
3 changes: 0 additions & 3 deletions net/grpc/gateway/docker/nginx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ RUN apt-get -qq install -y \

WORKDIR /github/grpc-web

COPY ./Makefile ./Makefile
COPY ./net ./net

RUN cd ./net/grpc/gateway/examples/echo && \
sed -i 's/localhost:9090/echo-server:9090/g' nginx.conf

Expand Down

0 comments on commit ef8adb3

Please sign in to comment.