From: Jozef Kruszynski <60214390+jozefKruszynski@users.noreply.github.com> Date: Wed, 4 Sep 2024 11:26:43 +0000 (+0200) Subject: fix: 🐛 explicitly add dist to build context, ls contents (#1648) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=afc29d93b6632857d60b0cbeaa9ece49b2905199;p=music-assistant-server.git fix: 🐛 explicitly add dist to build context, ls contents (#1648) --- 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 \