Reaperxxxx commited on
Commit
fbc4175
·
verified ·
1 Parent(s): 6a31a3b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ WORKDIR /app
8
  RUN npm init -y
9
 
10
  # Install required dependencies
11
- RUN npm install express axios fs path progress-stream
12
 
13
  # Copy all project files to the container
14
  COPY . .
 
8
  RUN npm init -y
9
 
10
  # Install required dependencies
11
+ RUN npm install express axios fs path progress-stream ffmpeg-static fluent-ffmpeg
12
 
13
  # Copy all project files to the container
14
  COPY . .