From 600d26179d5006c87339b1a0a349b99a402e136c Mon Sep 17 00:00:00 2001 From: Thomas CHAZOT Date: Mon, 4 Dec 2023 15:14:27 +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 4a6c702..e973aa3 100644 --- a/cryptide_project/Dockerfile +++ b/cryptide_project/Dockerfile @@ -17,7 +17,7 @@ RUN npm run build RUN ls -COPY .htacess /app/build/ +COPY htacess /app/build/.htacess # Étape 2 : Configurer Apache et copier les fichiers construits FROM httpd:2.4-alpine