This commit is contained in:
Ian Norden 2020-11-09 12:19:31 -06:00
parent 4901b3d35b
commit 05328a1763

4
Makefile Normal file
View File

@ -0,0 +1,4 @@
## Build docker image
.PHONY: docker-build
docker-build:
docker build -t vulcanize/eth-statediff-service .