diff --git a/Dockerfile b/Dockerfile index 750c014..a0d69ff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ WORKDIR /app COPY pyproject.toml poetry.lock ./ # Install dependencies -RUN poetry install --no-dev --no-root +RUN poetry install --no-root # Use a new slim image for the runtime FROM python:3.11-slim as runtime