From 043e3002801ba42154aeef940581ee602f2295c5 Mon Sep 17 00:00:00 2001 From: Denis Date: Mon, 29 Jun 2026 23:37:00 +0100 Subject: [PATCH] Fix docker build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 86569ed7..ec966cac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -61,7 +61,7 @@ FROM os-base AS source # Copy only what the runtime image needs. The package is installed as an editable # pixi dependency (`sampleworks = { editable = true, path = "." }`), so source # must remain in the public image. -COPY pyproject.toml pixi.lock ./ +COPY pyproject.toml pixi.lock LICENSE ./ COPY experiments/ ./experiments/ COPY src/ ./src/ COPY scripts/ ./scripts/