fixing playlist track removal

This commit is contained in:
2024-11-24 18:13:01 +00:00
parent 16ba22d90b
commit 9601597cf6
3 changed files with 14 additions and 2 deletions

View File

@@ -9,6 +9,8 @@ COPY tsconfig.json tsconfig.app.json tsconfig.node.json vite.config.ts /srv/
COPY src /srv/src
COPY public /srv/public
COPY map /srv/map
COPY summon /srv/summon
COPY chromecast /srv/chromecast
COPY ./index.html /srv/
RUN npm run build