watcher-ts/Makefile

4 lines
96 B
Makefile
Raw Normal View History

## Build docker image
.PHONY: docker-build
docker-build:
docker build -t vulcanize/watcher-ts .