Browse Source

Merge pull request #267 from sergiocampama/patch-1

Update Dockerfile
Tim Burks 7 years ago
parent
commit
7a395e0fe2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Docker/Dockerfile

+ 1 - 1
Docker/Dockerfile

@@ -15,7 +15,7 @@ RUN curl -O -L https://github.com/google/protobuf/releases/download/v${PROTOC_VE
 
 # Build and install the swiftgrpc plugin
 RUN git clone https://github.com/grpc/grpc-swift \
-    && cd grpc-swift/Plugin \
+    && cd grpc-swift \
     && make \
     && cp protoc-gen-swift protoc-gen-swiftgrpc /usr/bin \
     && cd / \