From de6bff8fa5cc948360ecc0004ddfb7889e1c03a9 Mon Sep 17 00:00:00 2001 From: Gonzalo Javier Aune Date: Tue, 19 May 2020 12:26:25 +0100 Subject: [PATCH] copy channel db if available --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 8fb0ffd..93e4861 100644 --- a/Dockerfile +++ b/Dockerfile @@ -62,6 +62,9 @@ VOLUME /relay/.lnd COPY ./docker/lnd.conf.sample /relay/.lnd/lnd.conf +#Uncomment if you have a copy of the channel.db you want to use. +#COPY ./channel.db /relay/.lnd/data/graph/mainnet/ + RUN git clone https://github.com/stakwork/sphinx-keysend-test/ /sphinx-keysend/ WORKDIR /sphinx-keysend/ RUN git checkout binary