mirror of
https://github.com/codex-storage/dist-tests-geth.git
synced 2025-02-21 05:58:16 +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"]
|