You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lnbook/code/docker/lnd-run/Dockerfile

10 lines
145 B
Docker

FROM lnbook/lnd-base
ADD lnd /lnd
RUN ln -s /lnd /root/.lnd
WORKDIR /lnd
CMD /bin/bash lnd-start.sh \
&& sleep 5 \
&& /bin/bash fund-lnd.sh