fixes
This commit is contained in:
6
Makefile
6
Makefile
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user