From ad29ab9163c55c0c7928981cb2e08c2385fdf095 Mon Sep 17 00:00:00 2001 From: Thomas CHAZOT Date: Mon, 4 Dec 2023 16:28:36 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'cryptide=5Fproject?= =?UTF-8?q?/Dockerfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cryptide_project/Dockerfile | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/cryptide_project/Dockerfile b/cryptide_project/Dockerfile index 119d587..abf151f 100644 --- a/cryptide_project/Dockerfile +++ b/cryptide_project/Dockerfile @@ -23,6 +23,15 @@ COPY --from=build /app/build/ /usr/local/apache2/htdocs/ COPY htaccess /usr/local/apache2/htdocs/.htaccess +RUN ls /usr/local/apache2/htdocs/static + +RUN ls /usr/local/apache2/htdocs/static/css + +RUN ls /usr/local/apache2/htdocs/static/js + +RUN ls /usr/local/apache2/htdocs/static/media + + RUN cat /usr/local/apache2/htdocs/.htaccess