notify/Makefile

8 lines
99 B
Makefile
Raw Permalink Normal View History

2023-05-13 21:28:46 +01:00
TAG=3
build:
docker build -t lxsameer/notify:$(TAG) .
push:
docker push lxsameer/notify:$(TAG)