From 5167befb55ad7b07fe3de5d781ce783f62706089 Mon Sep 17 00:00:00 2001 From: saddydead Date: Wed, 11 Mar 2026 01:35:02 +0300 Subject: [PATCH] =?UTF-8?q?POETRY=20=D0=95=D0=91=D0=90=D0=9D=D0=AB=D0=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f542baf..7ce8aad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,8 +3,7 @@ FROM python:3.13-bookworm COPY ./src /src RUN apt update -RUN apt install pipx -RUN pipx install poetry +RUN curl -sSL https://install.python-poetry.org | python3 - CMD [ "poetry", "install" ] CMD [ "poetry", "run", "python", "/src/main.py" ] \ No newline at end of file