Skip to content

Commit d967e76

Browse files
committed
Copy build folder in final stage
1 parent 9895eab commit d967e76

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

testchains/nethermind.dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ RUN if [ "${CHAIN_TYPE}" = "native" ] ; \
7979
FROM iexechub/nethermind:1.14.1-patch.0
8080

8181
COPY --from=builder /nethermind /nethermind
82+
COPY --from=builder /iexec-poco/build /build
8283

8384
###
8485
## Configure entrypoint

testchains/nethermind/migrate-all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
echo "========== 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
77
sleep 5

testchains/nethermind/migrate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
66
sleep 5

0 commit comments

Comments
 (0)