mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
docker: rename lightning-terminal to litd in Dockerfile
This commit is contained in:
parent
b5b5c6ac52
commit
e0db1ef58d
1 changed files with 2 additions and 2 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue