Update Dockerfile
Browse files- 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 . .
|