From 55f0db1a335d6b7ec023b2bad75a1b319e643e7c Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Wed, 12 Jul 2023 01:56:16 +1000 Subject: [PATCH] annother hexxo --- Dockerfile | 2 +- reqs.txt => reqs0.txt | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename reqs.txt => reqs0.txt (100%) 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