mirror of
https://github.com/cerc-io/watcher-ts
synced 2024-11-19 20:36:19 +00:00
5 lines
140 B
Makefile
5 lines
140 B
Makefile
## Build docker image
|
|
.PHONY: docker-build
|
|
docker-build:
|
|
docker build -t cerc-io/watcher-ts --build-arg NPM_AUTH_TOKEN=$(NPM_AUTH_TOKEN) .
|