execution-entrypoint.sh missing???
docker-compose.yml contains a refference to ./execution-entrypoint.sh
So I would expect that file to exist, just as op-node-entrypoint.sh does... It does not exist tho, which makes it very hard for me to set --nat=X
It looks like the file it references is execution-entrypoint (with no .sh).
This appears to be copied in correctly geth, reth.
Just want to confirm this isn't a typo?
Yeah, mb... Made the report a bit quick, I can confirm it's the execution-entrypoint without the .sh extension I miss
I see, so for some reason it did not copy over when I did 'docker compose up --build' but it sounds like I can copy it myself safely from the geth dir :D Thanks a lot :)
Could it maybe be because I blundered and didn't set up the env(s) correctly before building? I will make a test to find out if that was the issue when I get back home, and get back to you :)
Apologies for the late reply, needed a break and then went on with something else... I think the fault was in my end in the end