From 4b354afde43c3de68736b7b5fbb8637ffaabd327 Mon Sep 17 00:00:00 2001 From: saddydead Date: Wed, 11 Mar 2026 01:38:14 +0300 Subject: [PATCH] suka --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7ce8aad..4375909 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,8 @@ FROM python:3.13-bookworm COPY ./src /src RUN apt update -RUN curl -sSL https://install.python-poetry.org | python3 - +RUN apt install -y pipx +RUN pipx install poetry CMD [ "poetry", "install" ] CMD [ "poetry", "run", "python", "/src/main.py" ] \ No newline at end of file