Skip to content

Commit

Permalink
Merge pull request grpc#274 from stanley-cheung/master
Browse files Browse the repository at this point in the history
Slight refactor
  • Loading branch information
stanley-cheung authored Aug 30, 2018
2 parents 2303ad5 + c0a6185 commit c87aa4f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion net/grpc/gateway/docker/binary_client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ RUN cd $EXAMPLE_DIR/commonjs-example && \
npm install && \
npm link grpc-web && \
npx webpack && \
mkdir -p /var/www/html/dist && \
cp echotest.html /var/www/html && \
cp dist/main.js /var/www/html/dist

Expand Down
3 changes: 2 additions & 1 deletion net/grpc/gateway/docker/common/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ RUN cd /github/grpc-web/packages/grpc-web && \
npm link

RUN cp /github/grpc-web/net/grpc/gateway/examples/echo/nginx_simple.conf \
/etc/nginx/nginx.conf
/etc/nginx/nginx.conf && \
mkdir -p /var/www/html/dist
1 change: 0 additions & 1 deletion net/grpc/gateway/docker/commonjs_client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ RUN cd $EXAMPLE_DIR/commonjs-example && \
npm install && \
npm link grpc-web && \
npx webpack && \
mkdir -p /var/www/html/dist && \
cp echotest.html /var/www/html && \
cp dist/main.js /var/www/html/dist

Expand Down
1 change: 0 additions & 1 deletion net/grpc/gateway/docker/ts_client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ RUN cd $EXAMPLE_DIR/ts-example && \
npm link grpc-web && \
tsc && \
npx webpack && \
mkdir -p /var/www/html/dist && \
cp echotest.html /var/www/html && \
cp dist/main.js /var/www/html/dist

Expand Down

0 comments on commit c87aa4f

Please sign in to comment.