16
1
mirror of https://github.com/cerc-io/watcher-ts synced 2025-04-14 03:11:15 +00:00
watcher-ts/Makefile

5 lines
148 B
Makefile

## Build docker image
.PHONY: docker-build
docker-build:
docker build -t vulcanize/graph-watcher-ts --build-arg NPM_AUTH_TOKEN=$(NPM_AUTH_TOKEN) .