From 4cc673f6580f056bb840cc393966d53591dfb4e0 Mon Sep 17 00:00:00 2001 From: Chris Hutchison Date: Sat, 14 Apr 2018 01:23:05 -0400 Subject: [PATCH] Update Makefile --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7d6f7c8..c54ee8a 100644 --- a/Makefile +++ b/Makefile @@ -72,7 +72,8 @@ clean: web: python setup.py develop # or `install` - isso -c config/comments.comment.sh.cfg run + # isso -c config/comments.comment.sh.cfg run + gunicorn -b localhost:8080 -w 4 --preload isso.run .PHONY: clean site man init js coverage test web