projects
/
music-assistant-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1bc051
)
fix: 🐛 explicitly add dist to build context, ls contents (#1648)
author
Jozef Kruszynski
<60214390+jozefKruszynski@users.noreply.github.com>
Wed, 4 Sep 2024 11:26:43 +0000
(13:26 +0200)
committer
GitHub
<noreply@github.com>
Wed, 4 Sep 2024 11:26:43 +0000
(13:26 +0200)
Dockerfile
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index e8a8698644dde52d410a0e1d4a549c7246dd2097..82757cdbc3b1ba0f5ed8a00cbfe389d429bc6ee5 100644
(file)
--- 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 \