fixup! Update Dockerfile

This commit is contained in:
Adrian Priestley
2025-02-17 17:21:24 -03:30
parent 549810921d
commit 2d2b8f591d
2 changed files with 2 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ RUN python -m venv $VIRTUAL_ENV; \
# hadolint ignore=DL3042
RUN pip install -r WebHostLib/requirements.txt \
gunicorn==23.0.0 \
gunicorn==23.0.0; \
python ModuleUpdate.py -y
RUN cythonize -i _speedups.pyx

View File

@@ -5,7 +5,7 @@ accesslog = "-"
access_log_format = (
'%({x-forwarded-for}i)s %(l)s %(u)s %(t)s "%(r)s" %(s)s %(b)s "%(f)s" "%(a)s"'
)
worker_class = "gthread" # "sync" | "gthread" | eventlet" | "gevent" | "tornado"
worker_class = "gthread" # "sync" | "gthread"
forwarded_allow_ips = "*"
loglevel = "info"