From b4662045c863405e014106f6e861680b99deb9d4 Mon Sep 17 00:00:00 2001 From: Valeria Fadeeva Date: Wed, 9 Jul 2025 23:45:05 +0500 Subject: [PATCH] Update --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 49b9991..1ee3a22 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,8 +8,9 @@ WORKDIR /app # Export poetry dependencies to file RUN pip install --upgrade pip -COPY poetry.lock pyproject.toml ./ RUN pip install poetry poetry-plugin-export +COPY poetry.lock pyproject.toml ./ +RUN poetry lock RUN poetry export --without-hashes --format requirements.txt --output /app/requirements.txt #####################