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 && \