2
0
Эх сурвалжийг харах

Update Dockerfile

 Account for changes in how the plugin is built.
Sergio Campamá 7 жил өмнө
parent
commit
62e4e3cad4
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 / \