v0.17.1 - added Gunicorn to Docker

This commit is contained in:
Javier
2026-02-08 01:16:31 -06:00
parent 56b0d6d398
commit 3b9680455c
3 changed files with 8 additions and 4 deletions

2
app.py
View File

@@ -28,7 +28,7 @@ app.config['PERMANENT_SESSION_LIFETIME'] = timedelta(hours=1)
# 1. Define the version
APP_VERSION = '0.17.0' # Bumped version for modular architecture
APP_VERSION = '0.17.1' # Bumped version for modular architecture
# 2. Inject it into all templates automatically
@app.context_processor