From e0db1ef58d86d53e933eebb230b191a8f550d38a Mon Sep 17 00:00:00 2001 From: jamaljsr <1356600+jamaljsr@users.noreply.github.com> Date: Tue, 21 Jul 2020 17:21:12 -0400 Subject: [PATCH] docker: rename lightning-terminal to litd in Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f634566b..54e2d2f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,7 +43,7 @@ VOLUME /root/.lnd EXPOSE 8443 10009 9735 # Copy the binaries and entrypoint from the builder image. -COPY --from=builder /go/bin/lightning-terminal /bin/ +COPY --from=builder /go/bin/litd /bin/ COPY --from=builder /go/bin/lncli /bin/ COPY --from=builder /go/bin/frcli /bin/ COPY --from=builder /go/bin/loop /bin/ @@ -55,4 +55,4 @@ RUN apk add --no-cache \ ca-certificates # Specify the start command and entrypoint as the lightning-terminal daemon. -ENTRYPOINT ["lightning-terminal"] +ENTRYPOINT ["litd"]