missed Makefile update for cerc-io

This commit is contained in:
Michael Shaw 2022-09-21 11:55:17 -04:00
parent 7a8d38c955
commit 12f4810ced

View File

@ -1,7 +1,7 @@
## Build docker image
.PHONY: docker-build
docker-build:
docker build -t vulcanize/eth-statediff-service .
docker build -t cerc-io/eth-statediff-service .
.PHONY: test
test: | $(GOOSE)