From 04edafde2c7ef6338cd5a967d1e95d82b68431af Mon Sep 17 00:00:00 2001 From: phil Date: Wed, 25 Jun 2025 16:23:04 +0200 Subject: [PATCH] Fix --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index d87d24a..8725a4d 100644 --- a/Containerfile +++ b/Containerfile @@ -3,7 +3,7 @@ FROM docker.io/python:alpine COPY . /app -ENV UV_LINK_MODE=COPY +ENV UV_LINK_MODE=copy WORKDIR /app