This website requires JavaScript.
Explore
Help
Register
Sign in
Madiator2011
/
lbry-sdk
Watch
1
Star
0
Fork
You've already forked lbry-sdk
0
forked from
LBRYCommunity/lbry-sdk
Code
Pull requests
Activity
abf1247f61
lbry-sdk
/
Dockerfile
4 lines
90 B
Text
Raw
Normal View
History
Unescape
Escape
docker
2020-08-12 03:34:37 -04:00
FROM ubuntu:20.04
docker
2020-08-13 00:17:43 -04:00
COPY ./dist/lbrynet /bin
ENTRYPOINT ["lbrynet", "start", "--full-node"]
Copy permalink