From eb979aedbc50ef227714202549e1c6c2b9df5821 Mon Sep 17 00:00:00 2001 From: Divyanshu Shekhar Date: Thu, 19 Sep 2024 19:01:13 +0530 Subject: [PATCH] Update Dockerfile: temporarily --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 56c7df2..5aa3692 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ WORKDIR /app COPY . /app # Install any necessary dependencies -RUN pip install --no-cache-dir -r requirements.txt +# RUN pip install --no-cache-dir -r requirements.txt # Make port 80 available to the world outside this container EXPOSE 80