From afc29d93b6632857d60b0cbeaa9ece49b2905199 Mon Sep 17 00:00:00 2001 From: Jozef Kruszynski <60214390+jozefKruszynski@users.noreply.github.com> Date: Wed, 4 Sep 2024 13:26:43 +0200 Subject: [PATCH] =?utf8?q?fix:=20=F0=9F=90=9B=20explicitly=20add=20dist=20?= =?utf8?q?to=20build=20context,=20ls=20contents=20(#1648)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index e8a86986..82757cdb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,8 @@ FROM ghcr.io/music-assistant/base:$BASE_IMAGE_VERSION ARG MASS_VERSION ARG TARGETPLATFORM +ADD dist dist +RUN ls -al dist # Install Music Assistant from prebuilt wheel RUN uv pip install \ -- 2.34.1