From 743880926fcde83542ad2145aa0f2c42560a6228 Mon Sep 17 00:00:00 2001 From: "avinash.b" Date: Thu, 11 Jan 2024 05:39:03 +0000 Subject: [PATCH] updated requirements.txt filename in docker --- Business_cards/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Business_cards/Dockerfile b/Business_cards/Dockerfile index 2a60446..b25628e 100644 --- a/Business_cards/Dockerfile +++ b/Business_cards/Dockerfile @@ -8,7 +8,7 @@ WORKDIR /opt/bussinesscards COPY . . # Install any needed packages specified in requirements.txt -RUN pip install --no-cache-dir -r mainrequirements.txt +RUN pip install --no-cache-dir -r requirement.txt # Make port 80 available to the world outside this container EXPOSE 1112