From 55561b97624969d0e4b9e6dcf1a35dfa0f021ffa Mon Sep 17 00:00:00 2001 From: Chris Hutchison Date: Sat, 14 Apr 2018 03:14:09 -0400 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 288a67e..bb07979 100644 --- a/Makefile +++ b/Makefile @@ -73,7 +73,7 @@ clean: web: python setup.py develop # or `install` # isso -c config/comments.comment.sh.cfg run - gunicorn -w 4 --preload -b localhost:8080 isso.dispatch + gunicorn -w 4 --preload -b localhost:5000 isso.dispatch .PHONY: clean site man init js coverage test web