feat(docker): Add gunicorn for install

ref: #363 #371
This commit is contained in:
2024-10-30 00:08:54 +09:30
parent 7d872b97f2
commit 447e985740

View File

@ -3,3 +3,6 @@ mysqlclient==2.2.4
# Postgres support # Postgres support
psycopg2==2.9.9 # postgresql16-dev postgresql16-client libpq-dev psycopg2==2.9.9 # postgresql16-dev postgresql16-client libpq-dev
# Production Web server
gunicorn==23.0.0