forked from LBRYCommunity/lbry-sdk
3 lines
90 B
Docker
3 lines
90 B
Docker
FROM ubuntu:20.04
|
|
COPY ./dist/lbrynet /bin
|
|
ENTRYPOINT ["lbrynet", "start", "--full-node"]
|