소스 검색

Merge pull request #267 from sergiocampama/patch-1

Update Dockerfile
Tim Burks 7 년 전
부모
커밋
7a395e0fe2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 / \