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