Closed DavidRomy closed 9 months ago
It seems the docker image hermeznetwork/cdk-validium-node:develop
does not contains this binary /app/cdk-validium-node
which is required in the startup command from docker-compose.
This is what's inside the container
so I guess changing the startup command from /app/cdk-validium-node
to /app/zkevm-node
would work. (I haven't tried this though)
I used an earlier image hermeznetwork/cdk-validium-node:v0.0.2
that has /app/cdk-validium-node
not sure of the implication of doing so.
this is fixed by #28
After executing the sudo make run command, the rpc service did not start successfully. Why?