Update Makefile
This commit is contained in:
parent
c31a187e82
commit
e164900754
2
Makefile
2
Makefile
@ -73,7 +73,7 @@ clean:
|
|||||||
web:
|
web:
|
||||||
python setup.py develop # or `install`
|
python setup.py develop # or `install`
|
||||||
# isso -c config/comments.comment.sh.cfg run
|
# isso -c config/comments.comment.sh.cfg run
|
||||||
gunicorn --pid=/tmp/gunicorn.pid -w 4 -b 0.0.0.0:5000 isso.dispatch
|
gunicorn --pid=/app/storage/gunicorn.pid -w 4 -b 0.0.0.0:5000 isso.dispatch
|
||||||
|
|
||||||
|
|
||||||
.PHONY: clean site man init js coverage test web
|
.PHONY: clean site man init js coverage test web
|
||||||
|
Loading…
Reference in New Issue
Block a user