mirror of https://github.com/grpc/grpc-web.git
Fix path to init_submodules.sh in Dockerfile
This commit is contained in:
parent
fb762e9e79
commit
ffd45435bf
|
|
@ -39,7 +39,7 @@ RUN apt-get update && apt-get install -y \
|
||||||
|
|
||||||
# Stage 2 init git submodules
|
# Stage 2 init git submodules
|
||||||
RUN cd /grpc-web && \
|
RUN cd /grpc-web && \
|
||||||
./init_submodules.sh
|
./scripts/init_submodules.sh
|
||||||
|
|
||||||
# Stage 3 build the libraries
|
# Stage 3 build the libraries
|
||||||
RUN cd /grpc-web/third_party/grpc/third_party/protobuf && \
|
RUN cd /grpc-web/third_party/grpc/third_party/protobuf && \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue