Ethan Buchman 16cd15b048 expose ports in dockerfile | 9 years ago | |
---|---|---|
.. | ||
Dockerfile | expose ports in dockerfile | 9 years ago |
README.md | Improved README.md | 9 years ago |
run.sh | Docker run.sh passes seeds and moniker; wire json pretty print | 9 years ago |
# Build base Docker image
# Make sure ./run.sh exists.
docker build -t tendermint/tmbase -f Dockerfile .
# Log into dockerhub
docker login
# Push latest build to dockerhub
docker push tendermint/tmbase