Skip to content

Commit

Permalink
chore: 🤖 cleanup dist folder after image is built (#1649)
Browse files Browse the repository at this point in the history
  • Loading branch information
jozefKruszynski authored Sep 4, 2024
1 parent b588799 commit fc7043f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ 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 \
--system \
Expand All @@ -35,6 +33,8 @@ LABEL \
io.hass.platform="${TARGETPLATFORM}" \
io.hass.type="addon"

RUN rm -rf dist

VOLUME [ "/data" ]
EXPOSE 8095

Expand Down

0 comments on commit fc7043f

Please sign in to comment.