diff --git a/Dockerfile b/Dockerfile index 812c5f4..c79f61e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ COPY ./reqs.txt /app/reqs.txt WORKDIR /app # install the dependencies and packages in the requirements file -RUN pip install -r reqs.txt +RUN pip install -r reqs0.txt # copy every content from the local file to the image COPY . /app diff --git a/reqs.txt b/reqs0.txt similarity index 100% rename from reqs.txt rename to reqs0.txt