fix: 🐛 explicitly add dist to build context, ls contents (#1648)
authorJozef Kruszynski <60214390+jozefKruszynski@users.noreply.github.com>
Wed, 4 Sep 2024 11:26:43 +0000 (13:26 +0200)
committerGitHub <noreply@github.com>
Wed, 4 Sep 2024 11:26:43 +0000 (13:26 +0200)
Dockerfile

index e8a8698644dde52d410a0e1d4a549c7246dd2097..82757cdbc3b1ba0f5ed8a00cbfe389d429bc6ee5 100644 (file)
@@ -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 \