This commit is contained in:
2023-06-21 02:11:14 -07:00
parent be1541a992
commit 648b6dd0db
6 changed files with 93 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
SHELL = /bin/bash
.DEFAULT_GOAL := build
IMAGE_NAME = git.michaellisano.com/mcf/uptime-monitor:latest
IMAGE_NAME = git.michaellisano.com/mcf/status-proxy:latest
build:
pipenv requirements > requirements.txt
@@ -8,3 +8,7 @@ build:
push:
docker push $(IMAGE_NAME)
run:
pipenv run hypercorn api.py -b 0.0.0.0:8080