Skip to content

Commit fcd0f5c

Browse files
committed
docker: rename lightning-terminal to litd in Dockerfile
1 parent 881ab40 commit fcd0f5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ VOLUME /root/.lnd
4343
EXPOSE 8443 10009 9735
4444

4545
# Copy the binaries and entrypoint from the builder image.
46-
COPY --from=builder /go/bin/lightning-terminal /bin/
46+
COPY --from=builder /go/bin/litd /bin/
4747
COPY --from=builder /go/bin/lncli /bin/
4848
COPY --from=builder /go/bin/frcli /bin/
4949
COPY --from=builder /go/bin/loop /bin/
@@ -55,4 +55,4 @@ RUN apk add --no-cache \
5555
ca-certificates
5656

5757
# Specify the start command and entrypoint as the lightning-terminal daemon.
58-
ENTRYPOINT ["lightning-terminal"]
58+
ENTRYPOINT ["litd"]

0 commit comments

Comments
 (0)