This commit is contained in:
@ -3,8 +3,7 @@ FROM python:3.13-bookworm
|
|||||||
COPY ./src /src
|
COPY ./src /src
|
||||||
|
|
||||||
RUN apt update
|
RUN apt update
|
||||||
RUN apt install pipx
|
RUN curl -sSL https://install.python-poetry.org | python3 -
|
||||||
RUN pipx install poetry
|
|
||||||
|
|
||||||
CMD [ "poetry", "install" ]
|
CMD [ "poetry", "install" ]
|
||||||
CMD [ "poetry", "run", "python", "/src/main.py" ]
|
CMD [ "poetry", "run", "python", "/src/main.py" ]
|
||||||
Reference in New Issue
Block a user