mirror of
https://github.com/logos-storage/dist-tests-geth.git
synced 2026-01-06 23:23:10 +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"]
|