mirror of
https://github.com/theoleuthardt/werkzeugkiste.git
synced 2026-06-13 09:37:53 +00:00
feat: backend now uses ffmpeg as local package on server to convert video to audio, added package to dockerfile, naming conventions
This commit is contained in:
parent
95c8ba211c
commit
f16661d1fd
7 changed files with 143 additions and 84 deletions
|
|
@ -2,7 +2,7 @@
|
|||
FROM node:18-alpine AS base
|
||||
|
||||
# Install system dependencies
|
||||
RUN apk add --no-cache libc6-compat libreoffice ttf-liberation
|
||||
RUN apk add --no-cache libc6-compat libreoffice ttf-liberation ffmpeg
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue