feat(upgrade): added feature to bulk upgrade hooks from 4.X -> 5.X fixes RCCE-34
This commit is contained in:
parent
174ccfff79
commit
719ae001e0
7 changed files with 14 additions and 10 deletions
2
Makefile
2
Makefile
|
|
@ -145,7 +145,7 @@ dev-srv:
|
|||
.PHONY: dev-srv-g
|
||||
## run gunicorn multi process workers
|
||||
dev-srv-g:
|
||||
gunicorn --paste .dev/dev.ini --bind=0.0.0.0:10020 --config=.dev/gunicorn_config.py --timeout=120
|
||||
gunicorn --paste .dev/dev.ini --bind=0.0.0.0:10020 --config=.dev/gunicorn_config.py --timeout=120 --reload
|
||||
|
||||
|
||||
# Default command on calling make
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue