This commit is contained in:
2022-12-27 13:54:44 +01:00
parent 63b259565a
commit 48115ace61

View File

@@ -6,7 +6,7 @@ COPY package.json ./
RUN npm install
RUN apt update && apt install ffmpeg
RUN apt update && apt install ffmpeg -y
COPY . .