Skip to content

Commit 550cc3c

Browse files
committed
refactor(common): remove unnecessary uvicorn entrypoint
1 parent 66c5998 commit 550cc3c

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

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)