We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d81764c commit 8803d3eCopy full SHA for 8803d3e
new_cli.sh
@@ -61,7 +61,7 @@ mw_start_debug(){
61
port=$(cat ${DIR}/data/port.pl)
62
fi
63
# gunicorn -b :${port} -k gevent -w 1 app:app
64
- cd web && gunicorn -b :${port} -w 1 app:app
+ cd ${DIR}/web && gunicorn -b :${port} -w 1 app:app
65
}
66
67
mw_start_debug2(){
0 commit comments