Update Makefile

This commit is contained in:
Chris Hutchison 2018-04-14 04:50:58 -04:00 committed by GitHub
parent 870b7e2083
commit fd8902edc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,7 @@ clean:
web:
python setup.py develop # or `install`
# isso -c config/comments.comment.sh.cfg run
gunicorn -w 4 -b 0.0.0.0:5000 isso.dispatch
gunicorn -w 4 -b 0.0.0.0:5000 --pid /tmp/gunicorn.pid isso.dispatch
.PHONY: clean site man init js coverage test web