From 328c8f59d2e27866bc328cf3ed4854918ed4e148 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=AD=C3=B0ir=20Valberg=20Gu=C3=B0mundsson?= Date: Fri, 21 Mar 2025 21:56:09 +0100 Subject: [PATCH] Bite the bullet and remove heredoc. --- Dockerfile | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/Dockerfile b/Dockerfile index 66e15aa..19ddd87 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,25 +20,22 @@ WORKDIR /app RUN --mount=type=cache,target=/root/.cache/uv \ --mount=type=bind,source=uv.lock,target=uv.lock \ - --mount=type=bind,source=pyproject.toml,target=pyproject.toml <