We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c09acb commit 238528cCopy full SHA for 238528c
1 file changed
entrypoint.sh
@@ -40,7 +40,7 @@ startapp() {
40
41
developapp() {
42
echo "Run app in DEVELOPMENT mode"
43
- executeapp "watchmedo auto-restart --patterns=\"*.py;*.txt;*.yml\" --recursive uvicorn -- --host 0.0.0.0" $1
+ executeapp "uvicorn --reload --host 0.0.0.0 --port 8000" $1
44
}
45
46
0 commit comments