From 646070ea931abd039a83e29dc6b46cfb18d7f10f Mon Sep 17 00:00:00 2001 From: Chris Hutchison Date: Sun, 15 Apr 2018 16:47:24 -0400 Subject: [PATCH] Update Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0eaf530..da5cdec 100644 --- a/Makefile +++ b/Makefile @@ -73,8 +73,8 @@ clean: web: python setup.py develop # or `install` # isso -c config/comments.comment.sh.cfg run - gunicorn --pid=/app/storage/gunicorn.pid -w 4 -b 0.0.0.0:5000 isso.dispatch - + # gunicorn --pid=/app/storage/gunicorn.pid -w 4 -b 0.0.0.0:5000 isso.dispatch + uswgi uswgi2.ini .PHONY: clean site man init js coverage test web