mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-08-27 07:23:24 +00:00
5 lines
103 B
Docker
5 lines
103 B
Docker
FROM ubuntu:20.04
|
|
COPY lbrynet /bin
|
|
RUN lbrynet --version
|
|
ENTRYPOINT ["lbrynet"]
|
|
CMD ["start", "node"]
|