mirror of
https://github.com/LBRYFoundation/lbcd.git
synced 2025-08-23 09:37:25 +00:00
9 lines
122 B
Text
9 lines
122 B
Text
FROM debian:bullseye-20220418-slim
|
|
|
|
COPY lbcd lbcctl /bin/
|
|
|
|
VOLUME ["/root/.lbcd"]
|
|
|
|
EXPOSE 9245 9246
|
|
|
|
ENTRYPOINT ["lbcd"]
|