make erigon init the genesis block before starting

This commit is contained in:
Sebastian
2023-08-13 07:38:09 +02:00
parent e961effb51
commit 03488dbd76
3 changed files with 11 additions and 28 deletions

5
lukso/erigon/Dockerfile Normal file
View 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" ]