diff --git a/Dockerfile b/Dockerfile index a0fedb0..50a2a9a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ COPY poetry.lock . COPY pyproject.toml . # Project initialization: -RUN poetry config virtualenvs.in-project true && poetry install --no-interaction --no-ansi +RUN poetry config virtualenvs.in-project true && poetry install --no-interaction --no-ansi --no-dev FROM builder AS final