forked from LBRYCommunity/lbry-sdk
start --full-node -> start node
This commit is contained in:
parent
052ef73226
commit
8cde120928
1 changed files with 1 additions and 1 deletions
|
@ -2,4 +2,4 @@ FROM ubuntu:20.04
|
|||
COPY lbrynet /bin
|
||||
RUN lbrynet --version
|
||||
ENTRYPOINT ["lbrynet"]
|
||||
CMD ["start", "--full-node"]
|
||||
CMD ["start", "node"]
|
||||
|
|
Loading…
Reference in a new issue