We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03fcc58 commit 902c268Copy full SHA for 902c268
scripts/entrypoint.sh
@@ -18,4 +18,4 @@ if [[ ! -z "${HF_MODEL_DIR}" ]]; then
18
fi
19
20
# Start the server
21
-uvicorn webservice_starlette:app --host 0.0.0.0 --port ${PORT}
+exec uvicorn webservice_starlette:app --host 0.0.0.0 --port ${PORT}
0 commit comments