From e5c32d3f281209ece4f7ed67936689a4765a3959 Mon Sep 17 00:00:00 2001 From: Travis Hoover Date: Wed, 8 Jan 2025 13:44:54 -0600 Subject: [PATCH 1/2] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 98221e5..bb3a897 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ COPY poetry.lock /source COPY pyproject.toml /source RUN pip install -U pip poetry RUN poetry config virtualenvs.create false -RUN poetry install --no-dev +RUN poetry install --without dev # Copy files into image # ---------------------------------------------------------------------- # From 52a0651039d780430e60bc61d02b1044e44f65d7 Mon Sep 17 00:00:00 2001 From: Travis Hoover Date: Wed, 8 Jan 2025 13:53:41 -0600 Subject: [PATCH 2/2] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bb3a897..f22c5d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ COPY poetry.lock /source COPY pyproject.toml /source RUN pip install -U pip poetry RUN poetry config virtualenvs.create false -RUN poetry install --without dev +RUN poetry install --no-root # Copy files into image # ---------------------------------------------------------------------- #