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