mirror of
https://github.com/alexgo-io/bitcoin-indexer.git
synced 2026-01-12 08:34:17 +08:00
Update hord.dockerfile
This commit is contained in:
@@ -8,15 +8,13 @@ RUN rustup update 1.67.0 && rustup default 1.67.0
|
||||
|
||||
COPY ./components/hord-cli /src/components/hord-cli
|
||||
|
||||
COPY ./components/hord-core /src/components/hord-core
|
||||
|
||||
WORKDIR /src/components/hord-cli
|
||||
|
||||
RUN mkdir /out
|
||||
|
||||
RUN cargo build --features release --release
|
||||
|
||||
RUN cp target/release/chainhook /out
|
||||
RUN cp target/release/hord /out
|
||||
|
||||
FROM debian:bullseye-slim
|
||||
|
||||
@@ -26,4 +24,4 @@ COPY --from=build /out/ /bin/
|
||||
|
||||
WORKDIR /workspace
|
||||
|
||||
ENTRYPOINT ["hord"]
|
||||
ENTRYPOINT ["hord"]
|
||||
|
||||
Reference in New Issue
Block a user