From cab9c3a72b8d70482da6d7d9bd2da349519a70c9 Mon Sep 17 00:00:00 2001 From: Chris Hutchison Date: Sun, 15 Apr 2018 17:08:10 -0400 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 11e869c..778c223 100644 --- a/Makefile +++ b/Makefile @@ -74,7 +74,7 @@ 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 - /usr/local/bin/uwsgi uswgi2.ini + uwsgi uswgi2.ini .PHONY: clean site man init js coverage test web