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