Ajout de la présentation

This commit is contained in:
Guillaume-Sanchez
2026-06-30 16:17:27 +02:00
parent e2736b8189
commit d45024d568
+1 -1
View File
@@ -2,7 +2,7 @@
FROM nginx:alpine
# Copie vos fichiers statiques (index.html, etc.)
COPY ./app /usr/share/nginx/html
COPY ./presentation /usr/share/nginx/html
# Force les droits Linux corrects pour Nginx (évite le 403 Forbidden)
RUN chown -R nginx:nginx /usr/share/nginx/html && \