diff --git a/Dockerfile b/Dockerfile index 666572a..2beb527 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,8 @@ COPY package.json ./ RUN npm install +RUN apt update && apt install ffmpeg + COPY . . RUN npm run generateprisma