diff --git a/Dockerfile b/Dockerfile index 0386569..3bc3ec4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,4 +14,4 @@ RUN curl -sSL https://install.python-poetry.org | python3 - RUN /root/.local/bin/poetry install -CMD ["python", "./app.py"] +CMD ["/root/.local/bin/poetry", "run", "python", "/app.py"] \ No newline at end of file