start --full-node -> start node

This commit is contained in:
Lex Berezhny 2020-09-23 08:37:45 -04:00
parent 052ef73226
commit 8cde120928

View file

@ -2,4 +2,4 @@ FROM ubuntu:20.04
COPY lbrynet /bin
RUN lbrynet --version
ENTRYPOINT ["lbrynet"]
CMD ["start", "--full-node"]
CMD ["start", "node"]