diff --git a/Dockerfile b/Dockerfile index 2d896a2..5fe1341 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,4 +15,4 @@ RUN poetry install COPY . /bot -CMD python3 main.py \ No newline at end of file +CMD poetry run python3 main.py \ No newline at end of file