Enable coordinator docker commented generate_grpc

This commit is contained in:
Reckless_Satoshi
2023-05-01 06:22:47 -07:00
parent 67d7f0a8ba
commit 72976ab46b

View File

@ -23,7 +23,7 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY . .
# install lnd/cln grpc services
# RUN sh generate_grpc.sh
RUN sh generate_grpc.sh
EXPOSE 8000