fix(ui): PWA not updating properly in new Vite config (#3493)

* fix: pwa not updating. use the custom code we had before

Signed-off-by: Deluan <deluan@navidrome.org>

* fix: docker build

Signed-off-by: Deluan <deluan@navidrome.org>

---------

Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
Deluan Quintão
2024-11-30 10:33:16 -05:00
committed by GitHub
parent 1c0ebb9460
commit cbf5e3d51b
9 changed files with 1840 additions and 438 deletions

View File

@@ -49,6 +49,7 @@ WORKDIR /app
# Install node dependencies
COPY ui/package.json ui/package-lock.json ./
COPY ui/bin/ ./bin/
RUN npm ci
# Build bundle