forked from LBRYCommunity/lbry-sdk
dockerfile bin error
This commit is contained in:
parent
4c331d00e7
commit
e59e238fd5
1 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
FROM ubuntu:20.04
|
||||
RUN ls
|
||||
COPY lbrynet /bin
|
||||
ENTRYPOINT ["lbrynet", "start", "--full-node"]
|
||||
RUN /bin/ls
|
||||
RUN lbrynet --version
|
||||
ENTRYPOINT ["lbrynet"]
|
||||
CMD ["start", "--full-node"]
|
||||
|
|
Loading…
Reference in a new issue