lbry-sdk/docker/Dockerfile

6 lines
114 B
Text
Raw Normal View History

2020-08-12 03:34:37 -04:00
FROM ubuntu:20.04
2020-08-13 00:29:44 -04:00
COPY lbrynet /bin
2020-08-13 11:35:24 -04:00
RUN chmod +x /bin/lbrynet
2020-08-13 11:17:45 -04:00
ENTRYPOINT ["lbrynet"]
CMD ["start", "--full-node"]