diff --git a/Dockerfile b/Dockerfile index c79f61e..e11f4e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM python:3.11-alpine # copy the requirements file into the image -COPY ./reqs.txt /app/reqs.txt +COPY ./reqs.txt /app/reqs0.txt # switch working directory WORKDIR /app diff --git a/reqs0.txt b/reqs.txt similarity index 100% rename from reqs0.txt rename to reqs.txt