Add continuous mixer stream and sound sets

This commit is contained in:
Hermes Agent
2026-05-21 00:16:13 +02:00
parent 232e6923e3
commit 23391a2d3e
8 changed files with 680 additions and 570 deletions

View File

@@ -4,7 +4,7 @@ ENV NODE_ENV=production
WORKDIR /app
COPY package.json package-lock.json* ./
RUN npm install --omit=dev --no-audit --no-fund
RUN apk add --no-cache ffmpeg && npm install --omit=dev --no-audit --no-fund
COPY src ./src
COPY public ./public