cosmos-sdk/networks/local/Makefile
Alexander Bezobchuk 7871910359
Simapp Localnet (#6421)
* Setup localnet

* Fix compose

* Fix file perms

* Fix build

* Codec + lint updates

* lint++
2020-06-12 16:23:08 +00:00

5 lines
71 B
Makefile

all:
docker build --tag cosmos-sdk/simappnode simappnode
.PHONY: all