fix(docker): Upgraded build
This commit is contained in:
@@ -6,6 +6,8 @@ on:
|
|||||||
- ".gitignore"
|
- ".gitignore"
|
||||||
- "README.md"
|
- "README.md"
|
||||||
- "LICENSE"
|
- "LICENSE"
|
||||||
|
- "docker-compose.yml"
|
||||||
|
- "video.mp4"
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
|
|||||||
@@ -1,9 +1,7 @@
|
|||||||
FROM nginx:alpine
|
FROM nginx:alpine
|
||||||
|
|
||||||
# Installation de FFmpeg
|
|
||||||
RUN apk add --no-cache ffmpeg
|
RUN apk add --no-cache ffmpeg
|
||||||
|
|
||||||
# Configuration
|
|
||||||
COPY nginx.conf /etc/nginx/nginx.conf
|
COPY nginx.conf /etc/nginx/nginx.conf
|
||||||
COPY htpasswd /etc/nginx/.htpasswd
|
COPY htpasswd /etc/nginx/.htpasswd
|
||||||
COPY index.html /usr/share/nginx/html/index.html
|
COPY index.html /usr/share/nginx/html/index.html
|
||||||
|
|||||||
Reference in New Issue
Block a user