AnchorFake commited on
Commit
1a80aee
1 Parent(s): b68506c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -79,6 +79,7 @@ RUN ls -l ./
79
  EXPOSE 7860
80
 
81
  # CMD ["/bin/bash", "-c", "python app.py"]
 
82
  CMD ["./entrypoint.sh"]
83
 
84
 
 
79
  EXPOSE 7860
80
 
81
  # CMD ["/bin/bash", "-c", "python app.py"]
82
+ CMD ["./install_ffmpeg.sh"]
83
  CMD ["./entrypoint.sh"]
84
 
85