From 1d3fc8109c91005b021e3490608e91350369bf1d Mon Sep 17 00:00:00 2001 From: David Vadnais <56882532+DavidVadnais@users.noreply.github.com> Date: Fri, 22 Aug 2025 17:25:12 +0000 Subject: [PATCH] Update Dockerfile UV needs README.rst --- standalone/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standalone/Dockerfile b/standalone/Dockerfile index ba1259f8..c4dac42a 100644 --- a/standalone/Dockerfile +++ b/standalone/Dockerfile @@ -8,7 +8,7 @@ RUN apt-get install -yqq \ cron \ git -COPY django-helpdesk/src django-helpdesk/standalone django-helpdesk/pyproject.toml /opt/django-helpdesk +COPY django-helpdesk/src django-helpdesk/standalone django-helpdesk/pyproject.toml django-helpdesk/README.rst /opt/django-helpdesk COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ RUN pip3 install --upgrade pip RUN pip3 install packaging