From 85aecad0d6369d9899cb81c6a9fe39c30862d430 Mon Sep 17 00:00:00 2001 From: Thomas CHAZOT Date: Mon, 4 Dec 2023 15:17:23 +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, 1 insertion(+), 1 deletion(-) diff --git a/cryptide_project/Dockerfile b/cryptide_project/Dockerfile index e973aa3..7bae16f 100644 --- a/cryptide_project/Dockerfile +++ b/cryptide_project/Dockerfile @@ -17,7 +17,7 @@ RUN npm run build RUN ls -COPY htacess /app/build/.htacess +COPY htaccess /app/build/.htaccess # Étape 2 : Configurer Apache et copier les fichiers construits FROM httpd:2.4-alpine