@@ -0,0 +1,10 @@
SHELL = /bin/bash
.DEFAULT_GOAL := build
IMAGE_NAME = git.michaellisano.com/mcf/uptime-monitor:latest
build:
pipenv requirements > requirements.txt
docker build -t $(IMAGE_NAME) .
push:
docker push $(IMAGE_NAME)
The note is not visible to the blocked user.