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
|
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"]
|
||||||
|
|
Loading…
Reference in a new issue