diff --git a/LeraFoxQueen/Dockerfile b/LeraFoxQueen/Dockerfile index 57d90a9..a5d5878 100644 --- a/LeraFoxQueen/Dockerfile +++ b/LeraFoxQueen/Dockerfile @@ -11,7 +11,7 @@ RUN pip install --upgrade pip RUN pip install poetry poetry-plugin-export RUN poetry lock RUN poetry self update -COPY poetry.lock pyproject.toml ./ +COPY pyproject.toml ./ RUN poetry export --without-hashes --format requirements.txt --output /app/requirements.txt #####################