From a2875893a22cc0301aaf5ed5d1199ee64a2050a8 Mon Sep 17 00:00:00 2001 From: Nico Picchio <70696511+nicopicchio@users.noreply.github.com> Date: Tue, 14 Jan 2025 17:20:53 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a487ffc4c..64c53c6aa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN pip install poetry COPY poetry.lock pyproject.toml /app/ -RUN poetry install --no-root --with dev +RUN poetry install --with dev COPY . /app/