Mise à jour de 'Dockerfile'

This commit is contained in:
Grégory Lebreton 2024-09-20 22:51:00 +02:00
parent b8543de84f
commit 6977465538

View File

@ -1,6 +1,5 @@
FROM nginx:mainline-alpine FROM nginx:mainline-alpine
COPY nginx.conf /etc/nginx/nginx.conf
COPY ./html /usr/share/nginx/html COPY ./html /usr/share/nginx/html
RUN chown -R nginx:nginx /usr/share/nginx/html && chmod -R 755 /usr/share/nginx/html && \ RUN chown -R nginx:nginx /usr/share/nginx/html && chmod -R 755 /usr/share/nginx/html && \