aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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