change server for streaming (byte-ranges compatibility)
All checks were successful
Deploy App / deploy (push) Successful in 50s

This commit is contained in:
valere
2025-10-03 23:06:56 +02:00
parent 15a1bce79e
commit 0931aa11c8
5 changed files with 2133 additions and 6 deletions

View File

@@ -4,4 +4,4 @@ WORKDIR /app
COPY . .
RUN npm ci
CMD npx http-server /mnt/media/files
CMD npx serve /mnt/media/files