This commit is contained in:
Ian Norden 2020-10-16 11:30:32 -05:00
parent 3aa0ddecd3
commit 8a760bb37e

4
Makefile Normal file
View File

@ -0,0 +1,4 @@
## Build docker image
.PHONY: docker-build
docker-build:
docker build -t vulcanize/tx_spammer -f Dockerfile .