From 220f4408a14f1a62c34d3352032e234502389a65 Mon Sep 17 00:00:00 2001 From: ian Date: Thu, 14 Mar 2024 13:06:03 -0600 Subject: [PATCH] deez-nuts --- Dockerfile-web | 2 +- flask/requirements.txt | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Dockerfile-web b/Dockerfile-web index 1e2b023..2c4df02 100644 --- a/Dockerfile-web +++ b/Dockerfile-web @@ -3,4 +3,4 @@ RUN mkdir -p /app COPY flask/. /app WORKDIR /app RUN pip install -r requirements.txt -ENTRYPOINT ["granian", "--interface wsgi", "app:app", "--port 8000"] \ No newline at end of file +ENTRYPOINT ["granian", "--port", "5005", "--interface", "wsgi", "app:app"] \ No newline at end of file diff --git a/flask/requirements.txt b/flask/requirements.txt index 9dfdbc9..b74b9aa 100644 --- a/flask/requirements.txt +++ b/flask/requirements.txt @@ -1,2 +1,3 @@ -grainian -flask \ No newline at end of file +granian +flask +pymongo \ No newline at end of file