Files
ethereum-rpc-docker/linea/geth/Dockerfile
Sebastian 25c16b2c81 update
2024-07-23 12:47:00 +02:00

6 lines
181 B
Docker

FROM ethereum/client-go:v1.13.15
COPY ./scripts/entrypoint.sh /usr/local/bin/entrypoint.sh
RUN chmod u+x /usr/local/bin/entrypoint.sh
ENTRYPOINT [ "/usr/local/bin/entrypoint.sh" ]