From 447e9857400506f408ce08baf9cf2fc38cd435f6 Mon Sep 17 00:00:00 2001 From: Jon Date: Wed, 30 Oct 2024 00:08:54 +0930 Subject: [PATCH] feat(docker): Add gunicorn for install ref: #363 #371 --- requirements_production.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/requirements_production.txt b/requirements_production.txt index 30f924c4..f85064db 100644 --- a/requirements_production.txt +++ b/requirements_production.txt @@ -2,4 +2,7 @@ mysqlclient==2.2.4 # Postgres support -psycopg2==2.9.9 # postgresql16-dev postgresql16-client libpq-dev \ No newline at end of file +psycopg2==2.9.9 # postgresql16-dev postgresql16-client libpq-dev + +# Production Web server +gunicorn==23.0.0