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