Files
files/Dockerfile
valere 0931aa11c8
All checks were successful
Deploy App / deploy (push) Successful in 50s
change server for streaming (byte-ranges compatibility)
2025-10-03 23:06:56 +02:00

8 lines
86 B
Docker

FROM node:18-alpine
WORKDIR /app
COPY . .
RUN npm ci
CMD npx serve /mnt/media/files