mirror of
https://github.com/LBRYFoundation/herald.go.git
synced 2025-08-23 17:47:27 +00:00
5 lines
84 B
Docker
5 lines
84 B
Docker
FROM debian:10-slim
|
|
|
|
EXPOSE 50051
|
|
COPY ./hub /hub
|
|
ENTRYPOINT ["/hub", "serve"]
|