* Setup localnet * Fix compose * Fix file perms * Fix build * Codec + lint updates * lint++
5 lines
71 B
Makefile
5 lines
71 B
Makefile
all:
|
|
docker build --tag cosmos-sdk/simappnode simappnode
|
|
|
|
.PHONY: all
|