Skip to content

Commit 78af81c

Browse files
committed
refactor(common): remove unnecessary uvicorn entrypoint
1 parent e0c058c commit 78af81c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

bin/release

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,6 @@ if [ -z "$DEFAULT_WEB_PROCESS" ] && [ -f "app.py" ]; then
6262
DEFAULT_WEB_PROCESS="${PYTHON_BIN} app.py"
6363
fi
6464

65-
if [ -z "$DEFAULT_WEB_PROCESS" ]; then
66-
DEFAULT_WEB_PROCESS="${PYTHON_BIN} -m uvicorn main:app --host 0.0.0.0 --port \${PORT:-8000}"
67-
fi
68-
6965
cat <<EOF
7066
---
7167
default_process_types:

0 commit comments

Comments
 (0)