mirror of
https://github.com/cerc-io/watcher-ts
synced 2024-11-19 12:26:19 +00:00
4 lines
96 B
Makefile
4 lines
96 B
Makefile
|
## Build docker image
|
||
|
.PHONY: docker-build
|
||
|
docker-build:
|
||
|
docker build -t vulcanize/watcher-ts .
|