diff --git a/README.md b/README.md index 105923d..f893bf6 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,8 @@ # inventory_check -Flask -gunicorn -python-dotenv -lark-oapi -Flask-SQLAlchemy +`pip install Flask gunicorn python-dotenv lark-oapi Flask-SQLAlchemy` -development: - flask run --reload -production: - gunicorn -w 4 -b 0.0.0.0:8000 app:app \ No newline at end of file +development: `flask run` + +production: `gunicorn -w 4 -b :8000 wsgi:application` diff --git a/inventory_check_lark/templates/init.html b/inventory_check_lark/templates/init.html index f2bbbd1..95ae24d 100644 --- a/inventory_check_lark/templates/init.html +++ b/inventory_check_lark/templates/init.html @@ -6,7 +6,12 @@
-