dom111 2 лет назад
Родитель
Сommit
ed517c7153
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      docker/webdav/Dockerfile

+ 1 - 1
docker/webdav/Dockerfile

@@ -19,7 +19,7 @@ RUN \
   done && \
   done && \
 \
 \
   # add video
   # add video
-  curl -s -o /var/www/html/video.mp4 "http://techslides.com/demos/sample-videos/small.mp4" && \
+  curl -s -o /var/www/html/video.mp4 "https://ik.imagekit.io/demo/sample-video.mp4" && \
 \
 \
   # add PDF
   # add PDF
   curl -s -o /var/www/html/dummy.pdf "https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf" && \
   curl -s -o /var/www/html/dummy.pdf "https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf" && \