fix(docker): Upgraded build
This commit is contained in:
@@ -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