fix(docker): Upgraded build

This commit is contained in:
2026-04-15 15:53:13 +02:00
parent ba42e29e61
commit 8ba844a81e
2 changed files with 2 additions and 2 deletions

View File

@@ -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