Reaperxxxx commited on
Commit
2e0ebe9
·
verified ·
1 Parent(s): 6bd4c7c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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