diff --git a/Dockerfile b/Dockerfile index ea1759f..576ca98 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ WORKDIR /app COPY pyproject.toml poetry.lock ./ RUN pip install poetry \ - && poetry install --without dev + && poetry install --no-dev # Copy the rest of the application code COPY . .