diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index e065cc8..0000000 --- a/Dockerfile +++ /dev/null @@ -1,20 +0,0 @@ -FROM nginx:alpine -RUN sed -i 's/#gzip/gzip/g' /etc/nginx/nginx.conf && \ - sed -i '/gzip *on/ a gzip_types text/css application/javascript image/svg+xml;' /etc/nginx/nginx.conf && \ - apk add --no-cache sassc nodejs build-base ffmpeg git coreutils bash && \ - npm install -g svg-sprite-generator && \ - - git clone https://github.com/gpac/gpac.git && \ - cd gpac && \ - ./configure --static-mp4box --use-zlib=no && \ - make && \ - make install - -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 -WORKDIR /usr/share/nginx/html -RUN sassc -m -t compressed scss/creative.scss css/creative.css && \ - svg-sprite-generate -d vector/ -o vector/sprite.svg