From e4d0a42cd95cb8e29fd883ef7055b811531e43dc Mon Sep 17 00:00:00 2001 From: Jonathon Broughton Date: Mon, 24 Mar 2025 18:39:26 +0000 Subject: [PATCH] Auto stash before merge of "main" and "origin/main" --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 0850dcd..dbf8750 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,7 @@ WORKDIR /home/speckle # We also ensure that the user 'speckle' owns these files, so it can access them # This assumes that the Dockerfile is in the same directory as the rest of the code COPY . /home/speckle +q # Install build tools and uv RUN pip install --no-cache-dir uv wheel setuptools==77.0.3