From 152032b3661ff869adebe75dced3792fea14d1c9 Mon Sep 17 00:00:00 2001 From: Jonathon Broughton <760691+jsdbroughton@users.noreply.github.com> Date: Mon, 24 Mar 2025 18:33:00 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ff63cea..0850dcd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN pip install --no-cache-dir uv wheel setuptools==77.0.3 RUN pip install --no-use-pep517 'stringcase==1.2.0' # Install all project dependencies from pyproject.toml using uv -RUN uv pip install +RUN uv pip install --group default --system # Set the default command CMD ["python", "main.py", "run"]