make erigon init the genesis block before starting
This commit is contained in:
5
lukso/erigon/Dockerfile
Normal file
5
lukso/erigon/Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM thorax/erigon:v2.45.1
|
||||
|
||||
COPY ./scripts/entrypoint.sh /usr/local/bin/entrypoint.sh
|
||||
RUN chmod u+x /usr/local/bin/entrypoint.sh
|
||||
ENTRYPOINT [ "/usr/local/bin/entrypoint.sh" ]
|
||||
Reference in New Issue
Block a user