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/