# Makefile for the "wasmdnode" docker image.

all:
	docker build --tag tendermint/wasmdnode wasmdnode

.PHONY: all

