File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ RUN if [ "${CHAIN_TYPE}" = "native" ] ; \
7979FROM iexechub/nethermind:1.14.1-patch.0
8080
8181COPY --from=builder /nethermind /nethermind
82+ COPY --from=builder /iexec-poco/build /build
8283
8384# ##
8485# # Configure entrypoint
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22echo " ========== STARTING BLOCKCHAIN =========="
33
4- /nethermind/Nethermind.Runner --config=/nethermind/configs/poco-chain.cfg > deployed.txt 2>&1 &
4+ /nethermind/Nethermind.Runner --config=/nethermind/configs/poco-chain.cfg > /nethermind/chain.log 2>&1 &
55
66# Wait for the chain to start
77sleep 5
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3- /nethermind/Nethermind.Runner --config=/nethermind/configs/poco-chain.cfg > deployed.txt 2>&1 &
3+ /nethermind/Nethermind.Runner --config=/nethermind/configs/poco-chain.cfg > /nethermind/chain.log 2>&1 &
44
55# Wait for the chain to start
66sleep 5
You can’t perform that action at this time.
0 commit comments