Put back reload flag

This commit is contained in:
Antoine Bertin 2021-04-28 22:13:53 +02:00
commit 288999dbc5
No known key found for this signature in database
GPG key ID: 09851B52754E2327

View file

@ -18,7 +18,7 @@ then
echo "Development" echo "Development"
# Start API # Start API
uvicorn mealie.app:app --host 0.0.0.0 --port 9000 uvicorn mealie.app:app --host 0.0.0.0 --port 9000 --reload
else else
echo "Production" echo "Production"
# Web Server # Web Server