From fd8deb29e2da7a8ba13bbaa8fbd637f883b48936 Mon Sep 17 00:00:00 2001 From: Thomas CHAZOT Date: Mon, 4 Dec 2023 15:08:55 +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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cryptide_project/Dockerfile b/cryptide_project/Dockerfile index 4f3b608..4a6c702 100644 --- a/cryptide_project/Dockerfile +++ b/cryptide_project/Dockerfile @@ -15,6 +15,8 @@ COPY . . # Construire l'application RUN npm run build +RUN ls + COPY .htacess /app/build/ # Étape 2 : Configurer Apache et copier les fichiers construits