eth-statediff-service/Makefile

4 lines
107 B
Makefile
Raw Permalink Normal View History

2020-11-09 18:19:31 +00:00
## Build docker image
.PHONY: docker-build
docker-build:
docker build -t vulcanize/eth-statediff-service .