We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 881ab40 commit fcd0f5cCopy full SHA for fcd0f5c
Dockerfile
@@ -43,7 +43,7 @@ VOLUME /root/.lnd
43
EXPOSE 8443 10009 9735
44
45
# Copy the binaries and entrypoint from the builder image.
46
-COPY --from=builder /go/bin/lightning-terminal /bin/
+COPY --from=builder /go/bin/litd /bin/
47
COPY --from=builder /go/bin/lncli /bin/
48
COPY --from=builder /go/bin/frcli /bin/
49
COPY --from=builder /go/bin/loop /bin/
@@ -55,4 +55,4 @@ RUN apk add --no-cache \
55
ca-certificates
56
57
# Specify the start command and entrypoint as the lightning-terminal daemon.
58
-ENTRYPOINT ["lightning-terminal"]
+ENTRYPOINT ["litd"]
0 commit comments