mirror of
https://github.com/alexgo-io/bitcoin-indexer.git
synced 2026-01-12 08:34:17 +08:00
fix: binary name
This commit is contained in:
@@ -22,8 +22,8 @@ FROM debian:bullseye-slim
|
||||
|
||||
RUN apt update && apt install -y ca-certificates libssl-dev
|
||||
|
||||
COPY --from=build /out/ordhook /bin/hord
|
||||
COPY --from=build /out/ordhook /bin/ordhook
|
||||
|
||||
WORKDIR /workspace
|
||||
|
||||
ENTRYPOINT ["hord"]
|
||||
ENTRYPOINT ["ordhook"]
|
||||
|
||||
Reference in New Issue
Block a user