Nettoyage

This commit is contained in:
nyanloutre 2017-07-21 19:24:49 +02:00
parent 45c561ef1a
commit 46562a54f8
Signed by: nyanloutre
GPG key ID: F85D93686A3A9063
17 changed files with 4 additions and 4 deletions

View file

@ -10,8 +10,8 @@ RUN sed -i 's/#gzip/gzip/g' /etc/nginx/nginx.conf && \
make && \
make install
COPY video/ /usr/share/nginx/html/video/
WORKDIR /usr/share/nginx/html/video
COPY video/dash/ /usr/share/nginx/html/video/dash/
WORKDIR /usr/share/nginx/html/video/dash
RUN ./mpd_generate.sh 1_Compilation_Graphique.webm
COPY . /usr/share/nginx/html