notify/Makefile

8 lines
99 B
Makefile

TAG=3
build:
docker build -t lxsameer/notify:$(TAG) .
push:
docker push lxsameer/notify:$(TAG)