Skip to content

Commit 66f5641

Browse files
Fix default poco-chain CMD
1 parent 1a2ac61 commit 66f5641

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v5.4.1
4+
5+
- Fix default `poco-chain` `CMD`. (#127)
6+
37
## v5.3.2
48

59
- remove EIP 1559 for native testchains

testchains/nethermind.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ COPY --from=builder /iexec-poco/build /build
9999
## Configure entrypoint
100100
###
101101
ENTRYPOINT [ "/nethermind/Nethermind.Runner" ]
102-
CMD [ "--config poco-chain" ]
102+
CMD [ "--config", "poco-chain" ]

0 commit comments

Comments
 (0)