0g-chain/docker-images/README.md
rhuairahrighairigh 86006296a3 add kube validator
2018-05-19 22:54:37 +01:00

6 lines
310 B
Markdown

This Dockerfile is to build cosmos-sdk. It needs to be in the cosmos-sdk repo to build.
It modifies the existing Dockerfile in the cosmos-sdk:
- split up commands to make use of layers to make rebuilds and uploads faster
- switch `ENTRYPOINT gaiad` to `CMD gaiad` to save typing `--entrypoint` all the time