forked from LBRYCommunity/lbry-sdk
chmod lbrynet
This commit is contained in:
parent
e41a71a64e
commit
c914f24089
2 changed files with 3 additions and 5 deletions
|
@ -1,2 +1,2 @@
|
|||
#*
|
||||
#!lbrynet
|
||||
*
|
||||
!lbrynet
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
FROM ubuntu:20.04
|
||||
RUN ls
|
||||
COPY lbrynet /bin
|
||||
RUN /bin/ls
|
||||
RUN lbrynet --version
|
||||
RUN chmod +x /bin/lbrynet
|
||||
ENTRYPOINT ["lbrynet"]
|
||||
CMD ["start", "--full-node"]
|
||||
|
|
Loading…
Reference in a new issue