We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fe7947 commit 3dfb789Copy full SHA for 3dfb789
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