docker image and Github Actions to build image

This commit is contained in:
ramil
2021-07-23 15:42:50 +03:00
parent f8335aad03
commit 367c320aae
6 changed files with 104 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
## Build docker image
.PHONY: docker-build
docker-build:
docker build -t vulcanize/watcher-ts .