Update Makefile
This commit is contained in:
parent
fd8902edc1
commit
05e5df5eb5
2
Makefile
2
Makefile
@ -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 --pid /tmp/gunicorn.pid isso.dispatch
|
||||
gunicorn -p /tmp/gunicorn.pid -w 4 -b 0.0.0.0:5000 isso.dispatch
|
||||
|
||||
|
||||
.PHONY: clean site man init js coverage test web
|
||||
|
Loading…
Reference in New Issue
Block a user