Add continuous mixer stream and sound sets
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user