Update Makefile

This commit is contained in:
Chris Hutchison 2018-04-15 17:00:28 -04:00 committed by GitHub
parent 3ec71d6197
commit b76f0ea5c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
uswgi uswgi2.ini
/usr/local/bin/uwsgi uswgi2.ini
.PHONY: clean site man init js coverage test web