From c54c83a968ae56c18e71d3508bb73af51569a651 Mon Sep 17 00:00:00 2001 From: Destroyeur6315 Date: Mon, 10 Jun 2024 10:47:36 +0200 Subject: [PATCH] update index.html --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 672c459..f1ec84b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ COPY . /usr/share/nginx/html EXPOSE 80 # Commande shell -RUN ["ls", "-l", "/usr/share/nginx/html"] +RUN ["ls", "-l", "/usr/share/nginx/html/images"] # Commande par défaut pour lancer Nginx en mode non-démon CMD ["nginx", "-g", "daemon off;"]