From ac3518f4a67615b8d80b3c4acd09d178f2242db8 Mon Sep 17 00:00:00 2001 From: Disco DeDisco Date: Sun, 4 Jan 2026 23:13:30 -0500 Subject: [PATCH] installed gunicorn dependency; updated Dockerfile accordingly so it installs alongside django --- Dockerfile | 4 ++-- requirements.txt | Bin 964 -> 1034 bytes 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ffe54a6..0ac5268 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,10 +3,10 @@ FROM python:3.13-slim RUN python -m venv /.venv ENV PATH="/.venv/bin:$PATH" -RUN pip install "django" +RUN pip install "django<7" gunicorn COPY src /src WORKDIR /src -CMD ["python", "manage.py", "runserver", "0.0.0.0:8888"] \ No newline at end of file +CMD ["gunicorn", "--bind", ":8888", "core.wsgi:application"] \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 97e844dce3a6f5b43dade4199684dda8d8655b3c..f8b5d60efe54f964532b22246c0a1a21f071fde3 100644 GIT binary patch delta 74 zcmX@Y-o>#&fl)r4p_CzyA(J7QA)lcL$g%}OBL-szJq801o-EB+FPR9G&1OhsNC&FR R1CkImrVM(UCo&o{0RT8d4pRUC delta 16 XcmeC;IKsX`fpM}6W7Xydj9N?pFKY!s