feat: Use OS's ffmpeg instead of npm package #90
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ ENV DOCKERIZED=1
|
|||
RUN mkdir /config
|
||||
RUN chown node:node /config
|
||||
|
||||
RUN apk add dumb-init
|
||||
RUN apk add dumb-init ffmpeg
|
||||
ENV NODE_ENV=production
|
||||
WORKDIR /app
|
||||
|
||||
|
|
Loading…
Reference in a new issue