Claim search port #5
1 changed files with 6 additions and 5 deletions
|
@ -1,5 +1,6 @@
|
|||
FROM debian:10-slim
|
||||
|
||||
EXPOSE 50051
|
||||
COPY ./hub /hub
|
||||
ENTRYPOINT ["/hub", "serve", "--dev"]
|
||||
FROM debian:10-slim
|
||||
|
||||
EXPOSE 50051
|
||||
RUN apt-get update && apt-get install curl -y
|
||||
RUN curl -L -o /hub https://github.com/lbryio/hub/releases/download/v0.2021.06.14-beta/hub && chmod +x /hub
|
||||
ENTRYPOINT ["/hub", "serve", "--dev"]
|
||||
|
|
Loading…
Reference in a new issue