mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-09-05 05:15:14 +00:00
3 lines
83 B
Docker
3 lines
83 B
Docker
FROM ubuntu:20.04
|
|
COPY lbrynet /bin
|
|
ENTRYPOINT ["lbrynet", "start", "--full-node"]
|