Update Makefile

This commit is contained in:
Chris Hutchison 2018-04-14 01:36:40 -04:00 committed by GitHub
parent d6dab24465
commit d15a4a4c0d
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 -b 0.0.0.0:8080 -w 4 --preload isso.run
gunicorn -w 4 --preload isso.run
.PHONY: clean site man init js coverage test web