diff --git a/Dockerfile b/Dockerfile index cec626c86..50f2d0b08 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN pip install poetry RUN poetry config virtualenvs.create false # Install the dependencies -RUN poetry install --all-extras --no-root --no-dev +RUN poetry install --all-extras --no-root --without dev # Set the PYTHONPATH environment variable to include the /app directory