dockerhub github actions #1

Closed
i-norden wants to merge 1 commits from github_actions into main

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 .