Fix path to init_submodules.sh in Dockerfile

This commit is contained in:
Bret McKee 2018-02-17 11:42:26 -08:00
parent fb762e9e79
commit ffd45435bf
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ RUN apt-get update && apt-get install -y \
# Stage 2 init git submodules
RUN cd /grpc-web && \
./init_submodules.sh
./scripts/init_submodules.sh
# Stage 3 build the libraries
RUN cd /grpc-web/third_party/grpc/third_party/protobuf && \