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
No known key found for this signature in database
GPG Key ID: 9C4585B561315571

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