herald.go/Dockerfile
2021-06-04 12:38:17 -04:00

6 lines
84 B
Docker

FROM debian:10-slim
EXPOSE 50051
COPY ./hub /hub
ENTRYPOINT ["/hub", "serve"]