File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ apiserver() {
2121 fi
2222
2323 if [ " x$AUTORELOAD " = ' xTrue' ] && [ " x$SINGLE_THREAD " = ' xFalse' ]; then
24- uvicorn llmstack.asgi:application --reload --port 9000 --host 0.0.0.0 --reload-dir /code
24+ uvicorn llmstack.server. asgi:application --reload --port 9000 --host 0.0.0.0 --reload-dir /code
2525 elif [ " x$AUTORELOAD " = ' xFalse' ] && [ " x$SINGLE_THREAD " = ' xTrue' ]; then
2626 python manage.py runserver --nothreading --noreload 0.0.0.0:9000
2727 else
28- /usr/local/bin/gunicorn llmstack.asgi:application -w 6 -b :9000 --timeout 0 -k uvicorn.workers.UvicornWorker
28+ /usr/local/bin/gunicorn llmstack.server. asgi:application -w 6 -b :9000 --timeout 0 -k uvicorn.workers.UvicornWorker
2929 fi
3030}
3131
You can’t perform that action at this time.
0 commit comments