chmod lbrynet

This commit is contained in:
Lex Berezhny 2020-08-13 11:35:24 -04:00
parent e41a71a64e
commit c914f24089
2 changed files with 3 additions and 5 deletions

View file

@ -1,2 +1,2 @@
#* *
#!lbrynet !lbrynet

View file

@ -1,7 +1,5 @@
FROM ubuntu:20.04 FROM ubuntu:20.04
RUN ls
COPY lbrynet /bin COPY lbrynet /bin
RUN /bin/ls RUN chmod +x /bin/lbrynet
RUN lbrynet --version
ENTRYPOINT ["lbrynet"] ENTRYPOINT ["lbrynet"]
CMD ["start", "--full-node"] CMD ["start", "--full-node"]