File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -99,4 +99,4 @@ COPY --from=builder /iexec-poco/build /build
9999# # Configure entrypoint
100100# ##
101101ENTRYPOINT [ "/nethermind/Nethermind.Runner" ]
102- CMD [ "--config=/nethermind/configs/ poco-chain.cfg" ]
102+ CMD [ "--config poco-chain.cfg" ]
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
33echo " ### Starting chain"
4- /nethermind/Nethermind.Runner --config=/nethermind/configs/ poco-chain.cfg & > /nethermind/chain.log &
4+ /nethermind/Nethermind.Runner --config poco-chain.cfg & > /nethermind/chain.log &
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
33echo " ### Starting chain"
4- /nethermind/Nethermind.Runner --config=/nethermind/configs/ poco-chain.cfg & > /nethermind/chain.log &
4+ /nethermind/Nethermind.Runner --config poco-chain.cfg & > /nethermind/chain.log &
55
66# Wait for the chain to start
77sleep 5
You can’t perform that action at this time.
0 commit comments