Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
BugFix: Madara Docker Build failing due to incorrect Madara binary lo…
Browse files Browse the repository at this point in the history
…cation (#1561)
  • Loading branch information
anukkrit149 authored Apr 12, 2024
1 parent c7ac4cc commit bcc3f06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
- ci: add gomu gomu no gatling perfomrance test
- feat(runtime): moved StarkEvents from Substrate
- feat(rpc/trace_api): add `trace_transaction`
- fix(docker): fix dockerfile for `madara-node`

## v0.7.0

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ LABEL description="Madara, a blazing fast Starknet sequencer" \
documentation="https://docs.madara.zone/"

# TODO: change the way chain-specs are copied on the node
COPY --from=builder /madara/target/production/madara /madara-bin
COPY --from=builder /madara/target/release/madara /madara-bin

RUN apt-get -y update; \
apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit bcc3f06

Please sign in to comment.