tx-spammer/Makefile

4 lines
110 B
Makefile
Raw Normal View History

2020-10-16 16:30:32 +00:00
## Build docker image
.PHONY: docker-build
docker-build:
docker build -t vulcanize/tx_spammer -f Dockerfile .