try geth instead
This commit is contained in:
5
linea/geth/Dockerfile
Normal file
5
linea/geth/Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM ethereum/client-go:v1.12.2
|
||||
|
||||
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