Update Makefile
This commit is contained in:
parent
e580bfd739
commit
d6dab24465
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 -b localhost:8080 -w 4 --preload isso.run
|
gunicorn -b 0.0.0.0:8080 -w 4 --preload isso.run
|
||||||
|
|
||||||
|
|
||||||
.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