Skip to content

Commit

Permalink
fix: 🐛 explicitly add dist to build context, ls contents (#1648)
Browse files Browse the repository at this point in the history
  • Loading branch information
jozefKruszynski authored Sep 4, 2024
1 parent d1bc051 commit afc29d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit afc29d9

Please sign in to comment.