Skip to content

Commit

Permalink
include joy-mainnet.json chainspec in joystream-node docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaamani committed Jul 20, 2023
1 parent 65303f5 commit 7c650c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions joystream-node.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ COPY --from=builder /joystream/target/release/wbuild/joystream-node-runtime/joys
COPY --from=builder /joystream/target/release/chain-spec-builder /joystream/chain-spec-builder
COPY --from=builder /joystream/target/release/session-keys /joystream/session-keys
COPY --from=builder /joystream/target/release/call-sizes /joystream/call-sizes
COPY joy-mainnet.json .

# confirm it works
RUN /joystream/call-sizes
Expand All @@ -84,3 +85,4 @@ EXPOSE 30333 9933 9944
VOLUME ["/data", "/keystore"]

ENTRYPOINT ["/joystream/node"]
CMD ["--base-path", "/data", "--keystore-path", "/keystore", "--chain", "/joystream/joy-mainnet.json"]

0 comments on commit 7c650c7

Please sign in to comment.