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