16
1
mirror of https://github.com/cerc-io/watcher-ts synced 2025-03-08 04:59:22 +00:00
watcher-ts/Makefile

5 lines
140 B
Makefile
Raw Normal View History

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