From e02adca954f7689745f69f33f9f5f80174848836 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Thu, 29 Feb 2024 14:35:07 +0200 Subject: Add compression, improve README --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 96d6683..3e94931 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ You can also run the app without containerization: pip install -r requirements.txt # install pip dependencies touch .env # put your env vars here + python apply_migrations.py # prepare the database gunicorn --bind "0.0.0.0:8000" -w 4 app:app ## Environment variables -- cgit v1.3