mirror of
https://github.com/logos-storage/dist-tests-geth.git
synced 2026-01-02 13:13:06 +00:00
7 lines
112 B
Docker
7 lines
112 B
Docker
FROM ethereum/client-go:v1.11.5
|
|
|
|
COPY content .
|
|
|
|
ENTRYPOINT ["/usr/bin/env"]
|
|
CMD ["sh", "docker-entrypoint.sh"]
|