From d45024d5689bb98db38827de59418d484a50a341 Mon Sep 17 00:00:00 2001 From: Guillaume-Sanchez Date: Tue, 30 Jun 2026 16:17:27 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20de=20la=20pr=C3=A9sentation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile.presentation | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.presentation b/Dockerfile.presentation index 99168e0..78b0631 100755 --- a/Dockerfile.presentation +++ b/Dockerfile.presentation @@ -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 && \