diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2024-02-29 14:35:07 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2024-12-21 19:43:13 +0200 |
| commit | e02adca954f7689745f69f33f9f5f80174848836 (patch) | |
| tree | 11859b25c278a73f05869dba33c8e5cafac5fd34 /README.md | |
| parent | 65b11d9d029558cacc7b4270dd7eaa2f1f63439e (diff) | |
Add compression, improve README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
