mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-14 12:43:24 +02:00
Fix installing rpc protocol files. (#10)
This commit is contained in:
parent
085f5f7419
commit
f2f7f2bbd1
2 changed files with 2 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ WORKDIR /app
|
|||
# Install the gRPC files.
|
||||
COPY "install-rpc.sh" .
|
||||
RUN chmod +x install-rpc.sh
|
||||
RUN ./install-rpc.sh
|
||||
|
||||
RUN python3 setup.py install
|
||||
|
||||
|
|
|
|||
|
|
@ -5,5 +5,6 @@ curl -o rpc.proto -s https://raw.githubusercontent.com/lightningnetwork/lnd/mast
|
|||
|
||||
cp rpc.proto squeaknode/common
|
||||
|
||||
echo "Installing RPC protocol files"
|
||||
python3 -m grpc_tools.protoc --proto_path=googleapis:. --python_out=. --grpc_python_out=. squeaknode/common/rpc.proto
|
||||
python3 -m grpc_tools.protoc --proto_path=googleapis:. --python_out=. --grpc_python_out=. squeaknode/client/rpc/route_guide.proto
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue