5 lines
84 B
Docker
5 lines
84 B
Docker
FROM debian:10-slim
|
|
|
|
EXPOSE 50051
|
|
COPY ./hub /hub
|
|
ENTRYPOINT ["/hub", "serve"]
|