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 e0c058c commit 78af81cCopy full SHA for 78af81c
bin/release
@@ -62,10 +62,6 @@ if [ -z "$DEFAULT_WEB_PROCESS" ] && [ -f "app.py" ]; then
62
DEFAULT_WEB_PROCESS="${PYTHON_BIN} app.py"
63
fi
64
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
-
69
cat <<EOF
70
---
71
default_process_types:
0 commit comments