aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/grpc/Dockerfile
diff options
context:
space:
mode:
authorGravatar Max Moroz <dor3s1@gmail.com>2018-08-09 12:29:31 -0700
committerGravatar GitHub <noreply@github.com>2018-08-09 12:29:31 -0700
commit8d3e462bd645d7693586c27b0681e4dfad15d277 (patch)
tree486a5e0935dc25673c304e021d2eefae8925fe1b /projects/grpc/Dockerfile
parenta8521a41e9d74948b58847541fdd70f1133b57d0 (diff)
[infra] Prevent mounting local checkout to $SRC + clean up Dockerfiles (#1699). (#1700)
Diffstat (limited to 'projects/grpc/Dockerfile')
-rw-r--r--projects/grpc/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/grpc/Dockerfile b/projects/grpc/Dockerfile
index 998eb494..88e8f58b 100644
--- a/projects/grpc/Dockerfile
+++ b/projects/grpc/Dockerfile
@@ -40,5 +40,5 @@ RUN chmod +x ./bazel-0.10.0-installer-linux-x86_64.sh
RUN ./bazel-0.10.0-installer-linux-x86_64.sh
RUN git clone --recursive https://github.com/grpc/grpc grpc
-WORKDIR /src/grpc/
+WORKDIR $SRC/grpc/
COPY build.sh $SRC/