fix: install ffmpeg

This commit is contained in:
2022-12-23 22:56:31 +01:00
parent b4cb6c98de
commit 9f0ec7fc93

View File

@@ -6,6 +6,8 @@ COPY package.json ./
RUN npm install
RUN apt update && apt install ffmpeg
COPY . .
RUN npm run generateprisma