From 19670b4c2956f6289efe00b8dcff40fcb3d696ae Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 12 Aug 2022 10:52:46 -0700 Subject: makefile: serve-gunicorn on port 9819 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3c163d1..a2bf71f 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ serve-qa: ## Run web service locally, with reloading, but point search queries t .PHONY: serve-gunicorn serve-gunicorn: ## Run web service under gunicorn - pipenv run gunicorn fatcat_scholar.web:app -w 4 -k uvicorn.workers.UvicornWorker + pipenv run gunicorn fatcat_scholar.web:app -b 127.0.0.1:9819 -w 4 -k uvicorn.workers.UvicornWorker .PHONY: fetch-works fetch-works: ## Fetches some works from any release .json in the data dir -- cgit v1.2.3