Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -18,7 +18,7 @@ COPY . .
|
|
| 18 |
|
| 19 |
RUN chmod -R 777 /app
|
| 20 |
|
| 21 |
-
RUN npm install express axios jsonwebtoken cookie-parser canvas fluent-ffmpeg cors dotenv
|
| 22 |
RUN ffmpeg -codecs | grep h264 || true
|
| 23 |
EXPOSE 7860
|
| 24 |
|
|
|
|
| 18 |
|
| 19 |
RUN chmod -R 777 /app
|
| 20 |
|
| 21 |
+
RUN npm install slideshow-video express axios jsonwebtoken cookie-parser canvas fluent-ffmpeg cors dotenv
|
| 22 |
RUN ffmpeg -codecs | grep h264 || true
|
| 23 |
EXPOSE 7860
|
| 24 |
|